summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2013-01-27 09:59:36 +0100
committerWerner Lemberg <wl@gnu.org>2013-01-29 23:49:47 +0100
commitd0ab50f4a92f410b22f015b4f05104c4f23bc3c7 (patch)
tree3a73e836a68f1636edd82996bd6b6b3363af1e6d /stepmake
parent180b2b44d88000f51093c1a989caa000c8057379 (diff)
s/configure.in/configure.ac/
Future autoconf versions will no longer support `configure.in'.
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/generic-targets.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make
index f216898fe8..1b998b938d 100644
--- a/stepmake/stepmake/generic-targets.make
+++ b/stepmake/stepmake/generic-targets.make
@@ -95,7 +95,7 @@ $(outdir)/version.hh: $(depth)/VERSION $(config_make) $(top-src-dir)/scripts/bui
$(outdir)/config.hh: $(config_h)
cp -p $< $@
-configure: configure.in aclocal.m4
+configure: configure.ac aclocal.m4
NOCONFIGURE=yes $(src-depth)/autogen.sh
chmod +x configure