From 5ea7aee425f1eff2f90280cadf8a98305564047b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 20 Jun 2015 14:33:24 -0400 Subject: [PATCH] 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 --- MCONFIG.in | 2 +- configure.in => configure.ac | 0 lib/config.h.in | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename configure.in => configure.ac (100%) 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 -- 1.8.3.1