summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-08-15 00:21:25 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-08-15 00:21:25 +0200
commit42bfef74f095fcca5b2eb6e3d1d1fc03621a0984 (patch)
treedcb75d649a613b1092e14623ab25398f7adc9031 /macros
parent7a00aa61cf2bd46b6f44c1c8ffc5d3e48f327df3 (diff)
downloadmm-common-42bfef74f095fcca5b2eb6e3d1d1fc03621a0984.tar.gz
Require _MM_PRE_INIT in MM_PKG_CONFIG_SUBST
Diffstat (limited to 'macros')
-rw-r--r--macros/mm-pkg.m43
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])