From a0fe7f8287c92edce79016230351f756bb113940 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Wed, 25 May 1994 01:22:04 +0000 Subject: [PATCH] (prefix, exec_prefix): Use @ substitutions. --- Makefile.in | 4 ++-- doc/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1ffe02c8..a6f2495e 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 1ffe02c8..a6f2495e 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