summaryrefslogtreecommitdiff
path: root/Makefile.devel
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-05-07 13:26:49 +0000
committerBruno Haible <bruno@clisp.org>2003-05-07 13:26:49 +0000
commitca96c012ce2e7bff8350e9124e6b7e8ae567b8fe (patch)
treed9f97007992300a66a6a6099636e1b716e55a55f /Makefile.devel
parentbd17a1a5feb2a278fc92d3319d2190b5a36ebbc9 (diff)
downloadgperf-ca96c012ce2e7bff8350e9124e6b7e8ae567b8fe.tar.gz
Use a recent autoconf.
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.devel b/Makefile.devel
index a25c39f..c47e26a 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -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