]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- ac support in eggdrop SUCKS
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 14 Jun 2003 13:15:58 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop-ac_fix.patch -> 1.1

eggdrop-ac_fix.patch [new file with mode: 0644]

diff --git a/eggdrop-ac_fix.patch b/eggdrop-ac_fix.patch
new file mode 100644 (file)
index 0000000..6090974
--- /dev/null
@@ -0,0 +1,60 @@
+--- src/mod/compress.mod/configure.in.orig     Sun May  4 22:05:32 2003
++++ src/mod/compress.mod/configure.in  Sat Jun 14 12:41:56 2003
+@@ -10,8 +10,7 @@
+ dnl Instead of AC_INIT, we call EGG_INIT().
+-sinclude(../eggmod.m4)
+-EGG_INIT(compress.c)
++AC_INIT(compress.c)
+ AC_CONFIG_HEADER(compress_config.h)
+ AC_PROG_CC
+@@ -29,7 +28,6 @@
+   compress module will therefore be disabled.
+ EOF
+-  EGG_REMOVE_MOD(compress)
+ else
+   if test "${ac_cv_header_zlib_h}" != yes; then
+     cat >&2 <<EOF
+@@ -39,7 +37,6 @@
+   compress module will therefore be disabled.
+ EOF
+-    EGG_REMOVE_MOD(compress)
+   fi
+ fi
+ AC_FUNC_MMAP
+--- src/mod/dns.mod/configure.in~      Sun May  4 22:05:32 2003
++++ src/mod/dns.mod/configure.in       Sat Jun 14 12:49:36 2003
+@@ -10,12 +10,10 @@
+ dnl Instead of AC_INIT, we call EGG_INIT().
+-sinclude(../eggmod.m4)
+-EGG_INIT(coredns.c)
++AC_INIT(coredns.c)
+ AC_PROG_CC
+-AC_CYGWIN
+ AC_MSG_CHECKING(whether or not you enabled IPv6 support)
+ AC_ARG_ENABLE(ipv6, [  --enable-ipv6           enable IPV6 support],
+@@ -103,7 +101,6 @@
+   module will therefore be disabled.
+ EOF
+-  EGG_REMOVE_MOD(dns)
+ fi
+ if test "${dns_reslib_avail}" != false; then
+@@ -116,7 +113,6 @@
+   disabled.
+ EOF
+-    EGG_REMOVE_MOD(dns)
+   fi
+ fi
This page took 0.103401 seconds and 4 git commands to generate.