]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Deep Package): Use configure.in, not configure.ac,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Aug 2004 23:13:50 +0000 (23:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Aug 2004 23:13:50 +0000 (23:13 +0000)
for compatibility with Automake 1.4.

tests/torture.at

index d8807de3219652add8fce4c9667c97ec520bd73c..8fe00e006105df9ee5867a7d9c39e1dbac2dbcb1 100644 (file)
@@ -669,14 +669,14 @@ AC_OUTPUT
 # The contents of `inner/', and `inner/innermost/'.
 AS_MKDIR_P([inner/innermost])
 
-AT_DATA([inner/configure.ac],
+AT_DATA([inner/configure.in],
 [[AC_INIT(GNU Inner, 1.0)
 AC_ARG_VAR([INNER], [an inner variable])
 AC_CONFIG_SUBDIRS(innermost)
 AC_OUTPUT
 ]])
 
-AT_DATA([inner/innermost/configure.ac],
+AT_DATA([inner/innermost/configure.in],
 [[AC_INIT(GNU Innermost, 1.0)
 AC_ARG_VAR([INNERMOST], [an innermost variable])
 AC_CONFIG_HEADERS(config.h:config.hin)