]> git.pld-linux.org Git - packages/eggdrop.git/blame - eggdrop-ac_fix.patch
- refresh config.sub
[packages/eggdrop.git] / eggdrop-ac_fix.patch
CommitLineData
79671d94
MM
1--- src/mod/compress.mod/configure.in.orig Sun May 4 22:05:32 2003
2+++ src/mod/compress.mod/configure.in Sat Jun 14 12:41:56 2003
3@@ -10,8 +10,7 @@
4
5
6 dnl Instead of AC_INIT, we call EGG_INIT().
7-sinclude(../eggmod.m4)
8-EGG_INIT(compress.c)
9+AC_INIT(compress.c)
10 AC_CONFIG_HEADER(compress_config.h)
11
12 AC_PROG_CC
13@@ -29,7 +28,6 @@
14 compress module will therefore be disabled.
15
16 EOF
17- EGG_REMOVE_MOD(compress)
18 else
19 if test "${ac_cv_header_zlib_h}" != yes; then
20 cat >&2 <<EOF
21@@ -39,7 +37,6 @@
22 compress module will therefore be disabled.
23
24 EOF
25- EGG_REMOVE_MOD(compress)
26 fi
27 fi
28 AC_FUNC_MMAP
29--- src/mod/dns.mod/configure.in~ Sun May 4 22:05:32 2003
30+++ src/mod/dns.mod/configure.in Sat Jun 14 12:49:36 2003
31@@ -10,12 +10,10 @@
32
33
34 dnl Instead of AC_INIT, we call EGG_INIT().
35-sinclude(../eggmod.m4)
36-EGG_INIT(coredns.c)
37+AC_INIT(coredns.c)
38
39
40 AC_PROG_CC
41-AC_CYGWIN
42
43 AC_MSG_CHECKING(whether or not you enabled IPv6 support)
44 AC_ARG_ENABLE(ipv6, [ --enable-ipv6 enable IPV6 support],
45@@ -103,7 +101,6 @@
46 module will therefore be disabled.
47
48 EOF
49- EGG_REMOVE_MOD(dns)
50 fi
51
52 if test "${dns_reslib_avail}" != false; then
53@@ -116,7 +113,6 @@
54 disabled.
55
56 EOF
57- EGG_REMOVE_MOD(dns)
58 fi
59 fi
60
This page took 0.057579 seconds and 4 git commands to generate.