From: Theodore Ts'o Date: Sat, 20 Jun 2015 18:33:24 +0000 (-0400) Subject: rename configure.in to configure.ac X-Git-Tag: v1.43-WIP-2016-03-15~86 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5ea7aee425f1eff2f90280cadf8a98305564047b;p=tools%2Fe2fsprogs.git rename configure.in to configure.ac 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 --- diff --git a/MCONFIG.in b/MCONFIG.in index b2ea574..dacb27e 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -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) diff --git a/configure.in b/configure.ac similarity index 100% rename from configure.in rename to configure.ac diff --git a/lib/config.h.in b/lib/config.h.in index 8ac5093..bec4845 100644 --- a/lib/config.h.in +++ b/lib/config.h.in @@ -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