Whamcloud - gitweb
rename configure.in to configure.ac
authorTheodore Ts'o <tytso@mit.edu>
Sat, 20 Jun 2015 18:33:24 +0000 (14:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 20 Jun 2015 18:33:24 +0000 (14:33 -0400)
Some newer versions of autoconf kvetch if we are still using
configure.in.  As of this writing the only version of autoconf which I
support is autoconf 2.69, and if you try to recreate the configure
script which is shipped with e2fsprogs, and it breaks, you get to keep
both pieces.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MCONFIG.in
configure.ac [moved from configure.in with 100% similarity]
lib/config.h.in

index b2ea574..dacb27e 100644 (file)
@@ -264,7 +264,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \
                $(DEP_MAKEFILE) $(top_builddir)/config.status
        cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.status
 
-@MAINTAINER_CMT@$(top_srcdir)/configure: $(top_srcdir)/configure.in
+@MAINTAINER_CMT@$(top_srcdir)/configure: $(top_srcdir)/configure.ac
 @MAINTAINER_CMT@       cd $(top_srcdir) && autoheader && autoconf
 
 coverage.txt: Makefile $(SRCS)
similarity index 100%
rename from configure.in
rename to configure.ac
index 8ac5093..bec4845 100644 (file)
@@ -1,4 +1,4 @@
-/* lib/config.h.in.  Generated from configure.in by autoheader.  */
+/* lib/config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD