diff options
| author | Alexander Barton <alex@barton.de> | 2002-01-06 16:09:37 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-01-06 16:09:37 +0000 |
| commit | 85d7e12a0f17f2b6e84af950c3a01d7ca1563103 (patch) | |
| tree | a1825dd4c5f8479fa2f1978ad0bea4a1dbc84ec0 /configure.in | |
| parent | 018cffbb5f47a1e938aa8a75a846e53f6dcaa450 (diff) | |
| download | ngircd-85d7e12a0f17f2b6e84af950c3a01d7ca1563103.tar.gz ngircd-85d7e12a0f17f2b6e84af950c3a01d7ca1563103.zip | |
- Version 0.0.2
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in index af993f9a..75c42bb1 100644 --- a/configure.in +++ b/configure.in @@ -9,9 +9,12 @@ # 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.17 2002/01/05 15:53:20 alex Exp $ +# $Id: configure.in,v 1.18 2002/01/06 16:09:37 alex Exp $ # # $Log: configure.in,v $ +# Revision 1.18 2002/01/06 16:09:37 alex +# - Version 0.0.2 +# # Revision 1.17 2002/01/05 15:53:20 alex # - Test auf Header "arpa/inet.h" und Funktion inet_aton() hinzugefuegt (BeOS). # @@ -68,7 +71,7 @@ AC_INIT AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) -AM_INIT_AUTOMAKE(ngircd,0.0.2-pre) +AM_INIT_AUTOMAKE(ngircd,0.0.2) AM_CONFIG_HEADER(src/config.h) # -- Variablen -- |