X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.in;h=7f1ac4958ba4e5fa5bd888fc2cf57291122f8609;hb=523a6fad097cedd31a6931a29d91bab0d391df63;hp=7dc174241372298cd010a774d70c63b3bea78457;hpb=307f8abd747a33bcb2a5393222e089ffa4d70d50;p=ngircd-alex.git diff --git a/configure.in b/configure.in index 7dc17424..7f1ac495 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2005 Alexander Barton +# Copyright (c)2001-2008 Alexander Barton # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -8,13 +8,11 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.126 2008/02/26 22:04:15 fw Exp $ -# # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, HEAD) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)