diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-07-12 13:05:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:14 -0500 |
commit | a1afbe52a6ddbadfac3e004ce471815ad99ec598 (patch) | |
tree | eef60ff92a08c79722cfbac7359b803847fcec07 | |
parent | 59d17eee38f723a533291e00e0c1cd14cd49aae6 (diff) | |
download | samba-a1afbe52a6ddbadfac3e004ce471815ad99ec598.tar.gz samba-a1afbe52a6ddbadfac3e004ce471815ad99ec598.tar.bz2 samba-a1afbe52a6ddbadfac3e004ce471815ad99ec598.zip |
r8376: remove version info from configure.in
metze
(This used to be commit bfce35bf6341d02d8c01105564c05267134f8b0f)
-rw-r--r-- | source4/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in index 780f265d46..610a013d0e 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -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([samba4],[4.0pre],[samba-technical@samba.org]) +AC_INIT([samba],[],[samba-technical@samba.org]) AC_CONFIG_SRCDIR([include/includes.h]) AC_CONFIG_HEADER(include/config.h) |