From: Ben Myers Date: Thu, 25 Oct 2012 18:08:07 +0000 (-0500) Subject: xfstests: rename configure.in to configure.ac X-Git-Tag: v2022.05.01~3579 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e70927849a82ff7c4d6677c9ece272cf53940c10;p=xfstests-dev.git xfstests: rename configure.in to configure.ac configure.in has been renamed to configure.ac. Update the Makefile. Signed-off-by: Ben Myers Reviewed-by: Mark Tinguely --- diff --git a/Makefile b/Makefile index 1490e21d..36a26c80 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ endif TESTS = $(shell sed -n -e '/^[0-9][0-9][0-9]*/s/ .*//p' group) CONFIGURE = configure include/builddefs include/config.h -LSRCFILES = configure configure.in aclocal.m4 README VERSION +LSRCFILES = configure configure.ac aclocal.m4 README VERSION LDIRT = config.log .ltdep .dep config.status config.cache confdefs.h \ conftest* check.log check.time @@ -70,7 +70,7 @@ else clean: # if configure hasn't run, nothing to clean endif -configure: configure.in +configure: configure.ac autoheader autoconf