diff options
Diffstat (limited to 'irc/ircd-hybrid/files/patch-configure')
-rw-r--r-- | irc/ircd-hybrid/files/patch-configure | 44 |
1 files changed, 36 insertions, 8 deletions
diff --git a/irc/ircd-hybrid/files/patch-configure b/irc/ircd-hybrid/files/patch-configure index 964922f70150..1ea180260e16 100644 --- a/irc/ircd-hybrid/files/patch-configure +++ b/irc/ircd-hybrid/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat May 31 01:30:18 2003 -+++ configure Wed Jan 7 03:06:07 2004 -@@ -334,6 +334,12 @@ +--- configure.orig Sat Jul 9 09:09:19 2005 ++++ configure Sat Jul 23 16:23:25 2005 +@@ -351,6 +351,12 @@ oldincludedir='/usr/include' infodir='${prefix}/info' mandir='${prefix}/man' @@ -13,7 +13,7 @@ ac_prev= for ac_option -@@ -462,6 +468,24 @@ +@@ -479,6 +485,24 @@ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; @@ -38,17 +38,45 @@ -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -@@ -653,7 +677,8 @@ +@@ -670,7 +694,8 @@ # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ -- localstatedir libdir includedir oldincludedir infodir mandir -+ localstatedir libdir includedir oldincludedir infodir mandir \ +- localstatedir libdir includedir oldincludedir infodir mandir ++ localstatedir libdir includedir oldincludedir infodir mandir \ + moduledir automoduledir uhelpdir ohelpdir messagedir logsdir do eval ac_val=$`echo $ac_var` case $ac_val in -@@ -8918,6 +8943,12 @@ +@@ -10693,6 +10718,13 @@ + + cat >>confdefs.h <<_ACEOF + #define IRCD_PREFIX "$ac_default_prefix" ++#define MODPATH "$moduledir/" ++#define AMODPATH "$automoduledir/" ++#define UHPATH "$uhelpdir/" ++#define HPATH "$ohelpdir/" ++#define MSGPATH "$messagedir/" ++#define LOGPATH "$logsdir" ++#define ETCPATH "$sysconfdir" + _ACEOF + + +@@ -10703,6 +10735,13 @@ + + cat >>confdefs.h <<_ACEOF + #define IRCD_PREFIX "$prefix" ++#define MODPATH "$moduledir/" ++#define AMODPATH "$automoduledir/" ++#define UHPATH "$uhelpdir/" ++#define HPATH "$ohelpdir/" ++#define MSGPATH "$messagedir/" ++#define LOGPATH "$logsdir" ++#define ETCPATH "$sysconfdir" + _ACEOF + + +@@ -11323,6 +11362,12 @@ s,@oldincludedir@,$oldincludedir,;t t s,@infodir@,$infodir,;t t s,@mandir@,$mandir,;t t |