svn commit: samba r18075 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Tue Sep 5 11:33:46 GMT 2006


Author: tridge
Date: 2006-09-05 11:33:46 +0000 (Tue, 05 Sep 2006)
New Revision: 18075

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

Log:

with the new scheme, we now use config.h again (thanks jelmer!)

Modified:
   branches/SAMBA_4_0/source/lib/replace/configure.ac


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/configure.ac	2006-09-05 11:22:11 UTC (rev 18074)
+++ branches/SAMBA_4_0/source/lib/replace/configure.ac	2006-09-05 11:33:46 UTC (rev 18075)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.50)
 AC_INIT(dlfcn.c)
 AC_CONFIG_SRCDIR([dlfcn.c])
-AC_CONFIG_HEADER(replace_config.h)
+AC_CONFIG_HEADER(config.h)
 AC_PROG_INSTALL
 AC_PROG_CC
 



More information about the samba-cvs mailing list