svn commit: samba r23353 - in branches/SAMBA_3_0_26/source: .

jpeach at samba.org jpeach at samba.org
Tue Jun 5 06:12:48 GMT 2007


Author: jpeach
Date: 2007-06-05 06:12:48 +0000 (Tue, 05 Jun 2007)
New Revision: 23353

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

Log:
Merge r23352 from SAMBA_3_0. Don't generate stamp-h. AFAICT it is
never used.

Modified:
   branches/SAMBA_3_0_26/source/Makefile.in
   branches/SAMBA_3_0_26/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0_26/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_26/source/Makefile.in	2007-06-05 06:10:09 UTC (rev 23352)
+++ branches/SAMBA_3_0_26/source/Makefile.in	2007-06-05 06:12:48 UTC (rev 23353)
@@ -2003,7 +2003,6 @@
 	-rm -f script/installbin.sh script/uninstallbin.sh
 
 distclean: realclean
-	-rm -f include/stamp-h
 	-rm -f include/config.h Makefile
 	-rm -f config.status config.cache so_locations
 	-rm -rf .deps TAGS

Modified: branches/SAMBA_3_0_26/source/configure.in
===================================================================
--- branches/SAMBA_3_0_26/source/configure.in	2007-06-05 06:10:09 UTC (rev 23352)
+++ branches/SAMBA_3_0_26/source/configure.in	2007-06-05 06:12:48 UTC (rev 23353)
@@ -6328,7 +6328,7 @@
 SMBD_LIBS="$samba_dmapi_libs"
 AC_SUBST(SMBD_LIBS)
 
-AC_OUTPUT(include/stamp-h Makefile script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh)
+AC_OUTPUT(Makefile script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh)
 
 #################################################
 # Print very concise instructions on building/use



More information about the samba-cvs mailing list