summaryrefslogtreecommitdiff
path: root/Makefile.devel
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-04 10:35:58 +0000
committerBruno Haible <bruno@clisp.org>2007-04-04 10:35:58 +0000
commitd6b97f7f2f2d68bf03d127b0bdd0b2e5f1a7d2be (patch)
tree2ebeb73a84fc0c8d5465dd8b8bac25f12c7f1e3e /Makefile.devel
parent7c3b9778dafcbc9e5751eb71b10e213bca4c3263 (diff)
downloadgperf-d6b97f7f2f2d68bf03d127b0bdd0b2e5f1a7d2be.tar.gz
Renamed configure.in to configure.ac.
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 c47e26a..566c868 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -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