svn commit: samba r22067 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Wed Apr 4 03:54:31 GMT 2007


Author: metze
Date: 2007-04-04 03:54:30 +0000 (Wed, 04 Apr 2007)
New Revision: 22067

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

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/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-04-04 02:57:01 UTC (rev 22066)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-04-04 03:54:30 UTC (rev 22067)
@@ -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