r8362: change AC_INIT to the new version, improves failure reporting from autoconf
authorLove Hörnquist Åstrand <lha@samba.org>
Tue, 12 Jul 2005 08:21:09 +0000 (08:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:20:11 +0000 (13:20 -0500)
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@samba.org ##
configure: WARNING:     ## ---------------------------------------- ##
(This used to be commit f872686d83e3fbfaff89f2ff7ca2457c0a72d27c)

source4/configure.in

index 0485f3885f0c1365a743ab70d3e94388955334f0..780f265d46dac81e30f9e7215e35d3366c890dcf 100644 (file)
@@ -4,7 +4,8 @@ dnl Process this file with autoconf to produce a configure script.
 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@samba.org])
+AC_CONFIG_SRCDIR([include/includes.h])
 AC_CONFIG_HEADER(include/config.h)
 
 sinclude(build/m4/env.m4)