[mm-common] Require _MM_PRE_INIT in MM_PKG_CONFIG_SUBST
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [mm-common] Require _MM_PRE_INIT in MM_PKG_CONFIG_SUBST
- Date: Sat, 15 Aug 2009 00:13:23 +0000 (UTC)
commit 42bfef74f095fcca5b2eb6e3d1d1fc03621a0984
Author: Daniel Elstner <daniel kitta gmail com>
Date: Sat Aug 15 00:21:25 2009 +0200
Require _MM_PRE_INIT in MM_PKG_CONFIG_SUBST
macros/mm-pkg.m4 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/macros/mm-pkg.m4 b/macros/mm-pkg.m4
index 4327fda..b0634f3 100644
--- a/macros/mm-pkg.m4
+++ b/macros/mm-pkg.m4
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-#serial 20090804
+#serial 20090814
## MM_PKG_CONFIG_SUBST(variable, arguments, [action-if-found], [action-if-not-found])
##
@@ -28,6 +28,7 @@
AC_DEFUN([MM_PKG_CONFIG_SUBST],
[dnl
m4_assert([$# >= 2])[]dnl
+AC_REQUIRE([_MM_PRE_INIT])[]dnl
AC_REQUIRE([PKG_PROG_PKG_CONFIG])[]dnl
AC_MSG_CHECKING([for $1])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]