Changed Makefile.in to use autoconf prefixes.
authorJeremy Allison <jra@samba.org>
Tue, 17 Nov 1998 22:06:59 +0000 (22:06 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 17 Nov 1998 22:06:59 +0000 (22:06 +0000)
NOTE: The packaging scripts will have to be changed !!!!

Jeremy.

source/Makefile.in

index 96ba7306d4ad14291a99003672073f01107f5100..e1104af4464c2dee558ba975ab7f276411801c15 100644 (file)
@@ -6,8 +6,6 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 mandir=@mandir@
-INSTALL_BIN=$(exec_prefix)/bin
-INSTALL_MAN=$(prefix)/man
 
 LIBS=@LIBS@
 CC=@CC@
@@ -22,12 +20,12 @@ srcdir=@srcdir@
 builddir=@builddir@
 SHELL=/bin/sh
 
-BASEDIR=$(prefix)/samba
-BINDIR = $(BASEDIR)/bin
-SBINDIR = $(BASEDIR)/bin
-LIBDIR = $(BASEDIR)/lib
+BASEDIR=@prefix@
+BINDIR = @bindir@
+SBINDIR = @sbindir@
+LIBDIR = @libdir@
 VARDIR = $(BASEDIR)/var
-MANDIR = $(BASEDIR)/man
+MANDIR = @mandir@
 
 # The permissions to give the executables
 INSTALLPERMS = 0755