configure: Add major version 4 to AC_INIT call.
authorMichael Adam <obnox@samba.org>
Fri, 7 Mar 2008 13:59:19 +0000 (14:59 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 7 Mar 2008 13:59:19 +0000 (14:59 +0100)
Michael

source/configure.ac

index 5ba441375c5d6f4d61cb69d8f170c72f55691661..41f1bcf054b5fea72d3437d6270882e48e54f866 100644 (file)
@@ -4,7 +4,7 @@ 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([samba],[],[samba-technical@samba.org])
+AC_INIT([samba],[4],[samba-technical@samba.org])
 
 AC_CONFIG_SRCDIR([include/includes.h])
 AC_CONFIG_HEADER(include/config_tmp.h)