Re: [PATCH] handle configure --with-configdir right

2002-11-22 Thread Stefan (metze) Metzmacher
At 11:39 22.11.2002 +0100, Stefan (metze) Metzmacher wrote:

Hi Jelmer,

here's the part of my previeus patch for 3_0

it fixes the configure --with-configdir


I'll send a new patch latter witch fixes a bit more
But we have to discuss on IRC...



metze
-
Stefan "metze" Metzmacher <[EMAIL PROTECTED]>




[PATCH] handle configure --with-configdir right

2002-11-22 Thread Stefan (metze) Metzmacher
Hi Jelmer,

here's the part of my previeus patch for 3_0

it fixes the configure --with-configdir


metze
-
Stefan "metze" Metzmacher <[EMAIL PROTECTED]>
diff -Npur --exclude=CVS --exclude=*.bak --exclude=*.o --exclude=*.po --exclude=.#* 
3_0/source/Makefile.in 3_0-fix/source/Makefile.in
--- 3_0/source/Makefile.in  Mon Nov 18 22:30:50 2002
+++ 3_0-fix/source/Makefile.in  Fri Nov 22 10:23:55 2002
@@ -56,8 +56,11 @@ INSTALLPERMS = 0755
 # These can be overridden by command line switches (see smbd(8))
 # or in smb.conf (see smb.conf(5))
 LOGFILEBASE = @logfilebase@
-CONFIGFILE = $(LIBDIR)/smb.conf
-LMHOSTSFILE = $(LIBDIR)/lmhosts
+CONFIGDIR = @configdir@
+CONFIGFILE = $(CONFIGDIR)/smb.conf
+LMHOSTSFILE = $(CONFIGDIR)/lmhosts
+
+# did we need this anymore? it's not in HEAD
 DRIVERFILE = $(LIBDIR)/printers.def
 # This is where smbpasswd et al go
 PRIVATEDIR = @privatedir@