mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-25 14:50:24 +08:00
(prefix, exec_prefix): Use @ substitutions.
This commit is contained in:
parent
5b9773c660
commit
a0fe7f8287
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user