]> arthur.barton.de Git - ngircd.git/commitdiff
- Versionsnummer auf 0.5.1 angehoben.
authorAlexander Barton <alex@barton.de>
Thu, 3 Oct 2002 16:10:25 +0000 (16:10 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 3 Oct 2002 16:10:25 +0000 (16:10 +0000)
configure.in

index df52e36eb443d01ff36e899fb9fad4e498b5f3d6..bc595e310a11b45bc124f5c6d28afd0a53dab64e 100644 (file)
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.58.2.3 2002/09/22 21:39:23 alex Exp $
+# $Id: configure.in,v 1.58.2.4 2002/10/03 16:10:25 alex Exp $
 #
 
 # -- Initialisierung --
@@ -18,7 +18,7 @@ AC_INIT
 AC_PREREQ(2.50)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR(src/config.h.in)
-AM_INIT_AUTOMAKE(ngircd,0.5.CVS)
+AM_INIT_AUTOMAKE(ngircd,0.5.1)
 AM_CONFIG_HEADER(src/config.h)
 
 # -- Templates fuer config.h --
@@ -194,6 +194,7 @@ AC_OUTPUT([ \
        src/ngircd/Makefile \
        src/testsuite/Makefile \
        man/Makefile \
+       contrib/Makefile \
 ])
 
 # -- Ergebnis --