svn commit: samba r8362 - in branches/SAMBA_4_0/source: .

lha at samba.org lha at samba.org
Tue Jul 12 08:21:09 GMT 2005


Author: lha
Date: 2005-07-12 08:21:09 +0000 (Tue, 12 Jul 2005)
New Revision: 8362

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

Log:
change AC_INIT to the new version, improves failure reporting from autoconf

configure: WARNING: sys/mount.h: present but cannot be compiled
[...]
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##



configure: WARNING: sys/mount.h: present but cannot be compiled
[...]
configure: WARNING:     ## ---------------------------------------- ##
configure: WARNING:     ## Report this to samba-technical at samba.org ##
configure: WARNING:     ## ---------------------------------------- ##

Modified:
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2005-07-12 08:17:34 UTC (rev 8361)
+++ branches/SAMBA_4_0/source/configure.in	2005-07-12 08:21:09 UTC (rev 8362)
@@ -4,7 +4,8 @@
 dnl disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example
 dnl AC_PREREQ(2.53)
 
-AC_INIT(include/includes.h)
+AC_INIT([samba4],[4.0pre],[samba-technical at samba.org])
+AC_CONFIG_SRCDIR([include/includes.h])
 AC_CONFIG_HEADER(include/config.h)
 
 sinclude(build/m4/env.m4)



More information about the samba-cvs mailing list