Don't use the deprecated form of AC_INIT.
authorMichael Adam <obnox@samba.org>
Wed, 6 Feb 2008 14:05:28 +0000 (15:05 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 6 Feb 2008 17:16:22 +0000 (18:16 +0100)
Fill in the project name and email address instead.

Michael

source/configure.in

index 4bfb1db02e8e1cbee41d13844c3e78c83ae31bbb..7ed29fe902e3a53831c11ea9e6922d3ff720409a 100644 (file)
@@ -2,7 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl We must use autotools 2.53 or above
 AC_PREREQ(2.53)
-AC_INIT(include/includes.h)
+
+AC_INIT([Samba],[3],[samba-technical@samba.org])
+
+AC_CONFIG_SRCDIR([include/includes.h])
 AC_CONFIG_HEADER(include/config.h)
 AC_DEFINE(CONFIG_H_IS_FROM_SAMBA,1,[Marker for samba's config.h])