mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Use a recent autoconf.
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
* src/configure.in: Fix AC_INIT argument.
|
||||
|
||||
* Makefile.devel (configure, lib/configure, src/configure,
|
||||
tests/configure, doc/configure): Use the newest autoconf.
|
||||
(src/config.h.in): Use the newest autoheader.
|
||||
|
||||
2003-05-03 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* doc/gperf.texi: Use two spaces as sentence separator, as recommended
|
||||
|
||||
@@ -11,25 +11,25 @@ CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
|
||||
configures : $(CONFIGURES)
|
||||
|
||||
configure : configure.in aclocal.m4
|
||||
autoconf-2.52 -l .
|
||||
autoconf -I .
|
||||
|
||||
lib/configure : lib/configure.in aclocal.m4
|
||||
cd lib && autoconf-2.52 -l ..
|
||||
cd lib && autoconf -I ..
|
||||
|
||||
src/configure : src/configure.in aclocal.m4
|
||||
cd src && autoconf-2.52 -l ..
|
||||
cd src && autoconf -I ..
|
||||
|
||||
tests/configure : tests/configure.in aclocal.m4
|
||||
cd tests && autoconf-2.52 -l ..
|
||||
cd tests && autoconf -I ..
|
||||
|
||||
doc/configure : doc/configure.in aclocal.m4
|
||||
cd doc && autoconf-2.52 -l ..
|
||||
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
|
||||
cd src && autoheader -l ..
|
||||
cd src && autoheader -I ..
|
||||
|
||||
src/config.h.msvc : src/config.h.in
|
||||
cp src/config.h.in src/config.h.msvc
|
||||
|
||||
Reference in New Issue
Block a user