(prefix, exec_prefix): Let configure set them.

This commit is contained in:
David MacKenzie
1994-10-05 02:25:40 +00:00
parent 22a1e99f80
commit f590489e28

View File

@@ -44,8 +44,8 @@ LIBS = @LIBS@
# the GNU alloca.o here.
ALLOCA = @ALLOCA@
prefix = /usr/local
exec_prefix = $(prefix)
prefix = @prefix@
exec_prefix = @prefix@
# where the installed binary goes
bindir = $(exec_prefix)/bin