AC_REQUIRE'd, since it doesn't AC_PROVIDE itself.
* acgeneral.m4 (AC_REQUIRE): Issue a warning when after expansion,
the macro is not AC_PROVIDE'd.
+2000-06-26 Akim Demaille <akim@epita.fr>
+
+ A macro which is not defined with AC_DEFUN should not be
+ AC_REQUIRE'd, since it doesn't AC_PROVIDE itself.
+
+ * acgeneral.m4 (AC_REQUIRE): Issue a warning when after expansion,
+ the macro is not AC_PROVIDE'd.
+
2000-06-26 Akim Demaille <akim@epita.fr>
Various cleanups.
[AC_PROVIDE_IFELSE([$1],
[],
[AC_DIVERT(m4_eval(AC_DIVERT_DIVERSION - 1), [$1])])dnl
+AC_PROVIDE_IFELSE([$1],
+ [],
+ [AC_DIAGNOSE([syntax],
+ [$1 is AC_REQUIRE'd but is not AC_DEFUN'd])])dnl
])
[AC_PROVIDE_IFELSE([$1],
[],
[AC_DIVERT(m4_eval(AC_DIVERT_DIVERSION - 1), [$1])])dnl
+AC_PROVIDE_IFELSE([$1],
+ [],
+ [AC_DIAGNOSE([syntax],
+ [$1 is AC_REQUIRE'd but is not AC_DEFUN'd])])dnl
])