about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2004-02-29 17:19:43 +0000
committerAlexander Barton <alex@barton.de>2004-02-29 17:19:43 +0000
commit1e9a9583241c10d54b298f0c179db6982b3a553e (patch)
tree4696b1cbb1206646773ae624eb4e62331a50ff69 /configure.in
parent56227abc5e09e274877fda7ad5986be6a9853c10 (diff)
downloadngircd-1e9a9583241c10d54b298f0c179db6982b3a553e.tar.gz
ngircd-1e9a9583241c10d54b298f0c179db6982b3a553e.zip
Added XCode project files (for Mac OS X) to "contrib" directory.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 9e25f27d..8c5afcd3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
+# Copyright (c)2001-2004 Alexander Barton <alex@barton.de>
 #
 # 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,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.99 2003/12/31 17:31:03 alex Exp $
+# $Id: configure.in,v 1.100 2004/02/29 17:19:43 alex Exp $
 #
 
 # -- Initialisierung --
@@ -321,7 +321,7 @@ fi
 
 CFLAGS="$the_CFLAGS $add_CFLAGS $add_DEFINES -DSYSCONFDIR='\"\$(sysconfdir)\"'"
 
-# -- Ausgabe der Dateien --
+# -- Generate files --
 
 AC_OUTPUT([ \
 	Makefile \
@@ -334,6 +334,7 @@ AC_OUTPUT([ \
 	man/Makefile \
 	contrib/Makefile \
 	contrib/Debian/Makefile \
+	contrib/MacOSX/Makefile \
 ])
 
 # -- Result --