svn commit: samba r22068 - in branches/SAMBA_3_0_25/source: .

metze at samba.org metze at samba.org
Wed Apr 4 03:55:37 GMT 2007


Author: metze
Date: 2007-04-04 03:55:35 +0000 (Wed, 04 Apr 2007)
New Revision: 22068

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22068

Log:
- fix --with-fhs, where confdir is set to \${sysconfdir}
  but sysconfdir wasn't defined in our Makefile
- add localstatedir for completeness

metze
Modified:
   branches/SAMBA_3_0_25/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0_25/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_25/source/Makefile.in	2007-04-04 03:54:30 UTC (rev 22067)
+++ branches/SAMBA_3_0_25/source/Makefile.in	2007-04-04 03:55:35 UTC (rev 22068)
@@ -10,6 +10,8 @@
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
+sysconfdir=@sysconfdir@
+localstatedir=@localstatedir@
 datarootdir=@datarootdir@
 
 selftest_prefix=@selftest_prefix@



More information about the samba-cvs mailing list