summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-19 23:42:57 +0000
committerJeremy Allison <jra@samba.org>1998-11-19 23:42:57 +0000
commitd5015ef708d4718ebe5b3e4fad5712ecfbfcf04e (patch)
treece87acbe4d393a5c0343c61369f7ce1d9c3c9695 /source3/Makefile.in
parent17590be23d342259578d87c3d9310824863a5137 (diff)
downloadsamba-d5015ef708d4718ebe5b3e4fad5712ecfbfcf04e.tar.gz
samba-d5015ef708d4718ebe5b3e4fad5712ecfbfcf04e.tar.bz2
samba-d5015ef708d4718ebe5b3e4fad5712ecfbfcf04e.zip
Makefile.in: Added passing of CPPFLAGS into Makefile.
configure configure.in include/config.h.in: Fixes for AIX4.x. AIX *will not* enable large file support of *any* description unless either -D_LARGE_FILES or -D_LARGE_FILES_API are defined. I chose "-D_LARGE_FILES" as this leads to cleaner code... Also fixed bug where getpwnam was listed as getpw(a)nam in configure.in. Jeremy. (This used to be commit 2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7a6f690185..5163f1e675 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -10,6 +10,7 @@ mandir=@mandir@
LIBS=@LIBS@
CC=@CC@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
AWK=@AWK@
@@ -20,7 +21,7 @@ srcdir=@srcdir@
builddir=@builddir@
SHELL=/bin/sh
-BASEDIR=@prefix@
+BASEDIR= @prefix@
BINDIR = @bindir@
SBINDIR = @sbindir@
LIBDIR = @libdir@