about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-01-01 19:25:06 +0100
committerAlexander Barton <alex@barton.de>2013-01-01 19:25:06 +0100
commit950aeec3ff0e15c456ac32d8fecee8c73f7c5df3 (patch)
treee8354b832a03692eab5d2a5f8d542a41aa476637 /configure.ng
parent60a9a7f11860a3953d215a377d31714e02d09eba (diff)
downloadngircd-950aeec3ff0e15c456ac32d8fecee8c73f7c5df3.tar.gz
ngircd-950aeec3ff0e15c456ac32d8fecee8c73f7c5df3.zip
Use "${docdir}/Commands.txt" as help text file
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ng b/configure.ng
index 84e27508..732e55ee 100644
--- a/configure.ng
+++ b/configure.ng
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
+# Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors
 #
 # 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
@@ -110,7 +110,7 @@ esac
 # Add additional CFLAGS, eventually specified on the command line:
 test -n "$CFLAGS_ADD" && CFLAGS="$CFLAGS $CFLAGS_ADD"
 
-CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'"
+CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"' -DDOCDIR='\"\$(docdir)\"'"
 
 # -- Headers --