From: David MacKenzie Date: Tue, 4 Oct 1994 14:13:43 +0000 (+0000) Subject: test new autoconf, not installed one X-Git-Tag: fsf-origin~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159d3fc37f987c9a3d17b68b77e387d61bca155b;p=thirdparty%2Fautoconf.git test new autoconf, not installed one --- diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index b6ff027c7..950ec9020 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -17,6 +17,7 @@ #### Start of system configuration section. #### +top_srcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -25,12 +26,8 @@ M4 = @M4@ prefix = @prefix@ exec_prefix = @exec_prefix@ -# Directory in which to install library files. -datadir = $(prefix)/share -acdatadir = $(datadir)/autoconf - -AUTOCONF = autoconf -AUTOCONFFLAGS = +AUTOCONF = ../autoconf +AUTOCONFFLAGS = -m $(top_srcdir) RUNTEST= runtest RUNTESTFLAGS= @@ -50,7 +47,7 @@ check: site.exp all installcheck: -site.exp: ../config.status Makefile +site.exp: Makefile @echo "Making a new site.exp file..." -@rm -f site.bak -@mv site.exp site.bak