diff options
author | Love Hörnquist Åstrand <lha@samba.org> | 2005-07-12 08:21:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:11 -0500 |
commit | 1a539f3f0b4090fc09f1ccf1514f4a5b5c64a54c (patch) | |
tree | 58199e52c988a36c0b966730540a50cfd1ae97a7 | |
parent | 91163c518ce035539d2e2cf7eb77d519a2fbe8d1 (diff) | |
download | samba-1a539f3f0b4090fc09f1ccf1514f4a5b5c64a54c.tar.gz samba-1a539f3f0b4090fc09f1ccf1514f4a5b5c64a54c.tar.bz2 samba-1a539f3f0b4090fc09f1ccf1514f4a5b5c64a54c.zip |
r8362: 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@samba.org ##
configure: WARNING: ## ---------------------------------------- ##
(This used to be commit f872686d83e3fbfaff89f2ff7ca2457c0a72d27c)
-rw-r--r-- | source4/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in index 0485f3885f..780f265d46 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -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) |