From 1400de2e9c706bc2ff357be7f84910723b84fb33 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 8 Oct 2002 08:44:09 +0000 Subject: 2002-10-08 Roland McGrath * configure.in (AUTOCONF): New check to set it. Set to "no" if the one found doesn't work on our configure.in. * configure: Regenerated. * config.make.in (AUTOCONF): New substituted variable. * Makefile (autoconf-it-cvs): New canned sequence, broken out of ... (autoconf-it): ... here, use that instead of defining conditionally. Use $(AUTOCONF) instead of literal autoconf. [$(AUTOCONF) != no] (configure, %/configure): Protect these rules with this condition. * Make-dist (autoconf-it, configure, %/configure): Copy those changes. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index ae756afd58..30167e6fb1 100644 --- a/config.make.in +++ b/config.make.in @@ -90,6 +90,7 @@ AS = $(CC) -c MIG = @MIG@ PWD_P = @PWD_P@ BISON = @BISON@ +AUTOCONF = @AUTOCONF@ # Installation tools. INSTALL = @INSTALL@ -- cgit v1.2.3