]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(prefix, exec_prefix): Use @ substitutions.
authorDavid MacKenzie <djm@djmnet.org>
Wed, 25 May 1994 01:22:04 +0000 (01:22 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 25 May 1994 01:22:04 +0000 (01:22 +0000)
Makefile.in
doc/Makefile.in

index 1ffe02c8fd22fd58c92ffa29050db094c77409e7..a6f2495e9793e787663300ae7b4ac3e1f3fc2bca 100644 (file)
@@ -31,8 +31,8 @@ PROGS = autoconf autoheader autoreconf @PROGS@
 # Path of the perl interpreter.
 PERL = @PERL@
 
-prefix = /usr/local
-exec_prefix = $(prefix)
+prefix = @prefix@
+exec_prefix = @exec_prefix@
 
 # Directory in which to install scripts.
 bindir = $(exec_prefix)/bin
index 1ffe02c8fd22fd58c92ffa29050db094c77409e7..a6f2495e9793e787663300ae7b4ac3e1f3fc2bca 100644 (file)
@@ -31,8 +31,8 @@ PROGS = autoconf autoheader autoreconf @PROGS@
 # Path of the perl interpreter.
 PERL = @PERL@
 
-prefix = /usr/local
-exec_prefix = $(prefix)
+prefix = @prefix@
+exec_prefix = @exec_prefix@
 
 # Directory in which to install scripts.
 bindir = $(exec_prefix)/bin