mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: rename configure.in to configure.ac
configure.in has been renamed to configure.ac. Update the Makefile. Signed-off-by: Ben Myers <bpm@sgi.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user