diff options
| author | Alexander Barton <alex@barton.de> | 2002-02-17 21:50:38 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-02-17 21:50:38 +0000 |
| commit | 3232c7d245b03a512b9aa5ad8feaa67ca66ce162 (patch) | |
| tree | a7145e44ef7038f28cd5a34cb3d07398251f5337 /configure.in | |
| parent | 2c0a42e9357a1b7004386835468f2b0bfff5927f (diff) | |
| download | ngircd-3232c7d245b03a512b9aa5ad8feaa67ca66ce162.tar.gz ngircd-3232c7d245b03a512b9aa5ad8feaa67ca66ce162.zip | |
- Version 0.2.1.
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 7ab28a59..d07e2eb7 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.26 2002/02/17 18:47:26 alex Exp $ +# $Id: configure.in,v 1.27 2002/02/17 21:50:38 alex Exp $ # # $Log: configure.in,v $ +# Revision 1.27 2002/02/17 21:50:38 alex +# - Version 0.2.1. +# # Revision 1.26 2002/02/17 18:47:26 alex # - Tests auf netdb.h, stdlib.h, sys/wait.h, gethostbyaddr, gethostbyname, # strftime und die "libbe" unter BeOS (fuer syslog) ergaenzt. @@ -96,7 +99,7 @@ AC_INIT AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) -AM_INIT_AUTOMAKE(ngircd,0.2.1-pre) +AM_INIT_AUTOMAKE(ngircd,0.2.1) AM_CONFIG_HEADER(src/config.h) # -- Variablen -- |