From: David MacKenzie Date: Wed, 25 May 1994 01:22:04 +0000 (+0000) Subject: (prefix, exec_prefix): Use @ substitutions. X-Git-Tag: fsf-origin~586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fe7f8287c92edce79016230351f756bb113940;p=thirdparty%2Fautoconf.git (prefix, exec_prefix): Use @ substitutions. --- diff --git a/Makefile.in b/Makefile.in index 1ffe02c8f..a6f2495e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/doc/Makefile.in b/doc/Makefile.in index 1ffe02c8f..a6f2495e9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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