about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-12-31 17:31:03 +0000
committerAlexander Barton <alex@barton.de>2003-12-31 17:31:03 +0000
commit5a9c04619f150de57824b75580a62f6e45e93dd6 (patch)
treeffd9b7a829b449ebb8087415fcb2eb036379ad39
parented94d5d5cd31ecc1f671f36e0813804e8aa59082 (diff)
downloadngircd-5a9c04619f150de57824b75580a62f6e45e93dd6.tar.gz
ngircd-5a9c04619f150de57824b75580a62f6e45e93dd6.zip
Changes for new source code layout: contrib/Debian/.
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 324fd335..9e25f27d 100644
--- a/configure.in
+++ b/configure.in
@@ -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.98 2003/12/27 13:01:12 alex Exp $
+# $Id: configure.in,v 1.99 2003/12/31 17:31:03 alex Exp $
 #
 
 # -- Initialisierung --
@@ -326,8 +326,6 @@ CFLAGS="$the_CFLAGS $add_CFLAGS $add_DEFINES -DSYSCONFDIR='\"\$(sysconfdir)\"'"
 AC_OUTPUT([ \
 	Makefile \
 	doc/Makefile \
-	MacOSX/Makefile \
-	MacOSX/ngircd.pbproj/Makefile \
 	src/Makefile \
 	src/portab/Makefile \
 	src/tool/Makefile \
@@ -335,7 +333,7 @@ AC_OUTPUT([ \
 	src/testsuite/Makefile \
 	man/Makefile \
 	contrib/Makefile \
-	debian/Makefile \
+	contrib/Debian/Makefile \
 ])
 
 # -- Result --