1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Changed Makefile.in to use autoconf prefixes.

NOTE: The packaging scripts will have to be changed !!!!

Jeremy.
(This used to be commit 79c259f05cf7cd4f2d3d1bb92fff3bde7acd8a50)
This commit is contained in:
Jeremy Allison 1998-11-17 22:06:59 +00:00
parent 768761820e
commit 157fe90d2e

View 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