mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Renamed configure.in to configure.ac.
This commit is contained in:
@@ -10,25 +10,25 @@ CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
|
||||
|
||||
configures : $(CONFIGURES)
|
||||
|
||||
configure : configure.in aclocal.m4
|
||||
configure : configure.ac aclocal.m4
|
||||
autoconf -I .
|
||||
|
||||
lib/configure : lib/configure.in aclocal.m4
|
||||
lib/configure : lib/configure.ac aclocal.m4
|
||||
cd lib && autoconf -I ..
|
||||
|
||||
src/configure : src/configure.in aclocal.m4
|
||||
src/configure : src/configure.ac aclocal.m4
|
||||
cd src && autoconf -I ..
|
||||
|
||||
tests/configure : tests/configure.in aclocal.m4
|
||||
tests/configure : tests/configure.ac aclocal.m4
|
||||
cd tests && autoconf -I ..
|
||||
|
||||
doc/configure : doc/configure.in aclocal.m4
|
||||
doc/configure : doc/configure.ac aclocal.m4
|
||||
cd doc && autoconf -I ..
|
||||
|
||||
check-configures : $(CONFIGURES)
|
||||
set -e; for f in $(CONFIGURES); do bash -x -n $$f; done
|
||||
|
||||
src/config.h.in : src/configure.in aclocal.m4
|
||||
src/config.h.in : src/configure.ac aclocal.m4
|
||||
cd src && autoheader -I ..
|
||||
|
||||
src/config.h.msvc : src/config.h.in
|
||||
|
||||
Reference in New Issue
Block a user