summaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid/files/patch-ac
blob: 4ecc8966656aaf6816891685e24e3f26421b40f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- modules/Makefile.in.orig	Sun Jun 16 10:31:25 2002
+++ modules/Makefile.in	Tue Jan  6 01:10:40 2004
@@ -29,8 +29,8 @@
 
 prefix          = @prefix@
 # Change this later! -- adrian
-moduledir       = @prefix@/modules
-automoduledir   = @prefix@/modules/autoload
+moduledir       = @moduledir@
+automoduledir   = @automoduledir@
 
 INCLUDES	= -I../include -I../adns $(SSL_INCLUDES)
 CPPFLAGS	= ${INCLUDES} @CPPFLAGS@