Author: tfheen
Date: 2005-04-12 11:46:59 GMT
2005-04-12 Tollef Fog Heen <tfheen@err.no>
* pkg.m4: Add note that PKG_PROG_PKG_CONFIG must be called
explicitly if the first call to PKG_CHECK_MODULES might not
happen. (Debian #303211)
+2005-04-12 Tollef Fog Heen <tfheen@err.no>
+
+ * pkg.m4: Add note that PKG_PROG_PKG_CONFIG must be called
+ explicitly if the first call to PKG_CHECK_MODULES might not
+ happen. (Debian #303211)
+
2005-04-12 Tollef Fog Heen <tfheen@err.no>
* configure.in: Bump to 0.17
# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
# [ACTION-IF-NOT-FOUND])
+#
+#
+# Note that if there is a possibility the first call to
+# PKG_CHECK_MODULES might not happen, you should be sure to include an
+# explicit call to PKG_PROG_PKG_CONFIG in your configure.in
+#
+#
# --------------------------------------------------------------
AC_DEFUN([PKG_CHECK_MODULES],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl