]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
test new autoconf, not installed one
authorDavid MacKenzie <djm@djmnet.org>
Tue, 4 Oct 1994 14:13:43 +0000 (14:13 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Tue, 4 Oct 1994 14:13:43 +0000 (14:13 +0000)
testsuite/Makefile.in

index b6ff027c7a38aa5103d6088f63504ff6c0cbead9..950ec9020defb5f9dc0b0ad9a16542b5c8ef53fb 100644 (file)
@@ -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