]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atspecific.m4 (TEST_MACRO): Don't run AC_PATH_TOOL and
authorAkim Demaille <akim@epita.fr>
Fri, 18 Feb 2000 10:22:29 +0000 (10:22 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 18 Feb 2000 10:22:29 +0000 (10:22 +0000)
AC_PATH_PROG.

ChangeLog
tests/atspecific.m4

index 83f96c8fbbcdf5cd8687650f28cda28f9ea2c61b..fd53c65c1f6d11dc46333461d007f14ce2b875cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-18  Akim Demaille  <akim@epita.fr>
+
+       * tests/atspecific.m4 (TEST_MACRO): Don't run AC_PATH_TOOL and
+       AC_PATH_PROG.
+
 2000-02-18  Akim Demaille  <akim@epita.fr>
 
        * tests/atgeneral.m4 (at_diff): Don't use `cmp -s', on DOS it
index 7560c31e969b3d72b4a8ae5ae24aa4819a604e4c..349e86fe504f31ca2b3fcdcbb20490b907591d38 100644 (file)
@@ -145,6 +145,8 @@ AT_CLEANUP(configure config.status config.log config.cache config.hin config.h e
 #   infinite m4 recursion if AC_INIT it used twice.
 # - AC_PROG_(CC|CXX|F77)_(GNU|WORKS)
 #   are used in AC_PROG_CC etc.
+# - AC_PATH_PROGS?
+#   They produce `= val' because $1 is empty.
 # - AC_TRY
 #   Used in many places.
 # - _AC_
@@ -159,7 +161,7 @@ AT_DEFINE(TEST_MACRO,
          [^AC_LINKER_OPTION$],,
          [^AC_LINK_FILES$],,
          [^AC_LIST_MEMBER_OF$],,
-         [^AC_PATH_PROGS$],,
+         [^AC_PATH_\(TOOL\|PROG\)S?$],,
          [^AC_PROG_\(CC\|CXX\|F77\)_\(GNU\|WORKS\)$],,
          [^AC_REPLACE_FUNCS$],,
          [^AC_SEARCH_LIBS$],,