ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/configure.ac
(Generate patch)

Comparing ircd-hybrid-7.3/configure.ac (file contents):
Revision 1039 by michael, Sat Dec 5 23:19:44 2009 UTC vs.
Revision 1095 by michael, Mon Aug 2 20:14:21 2010 UTC

# Line 3 | Line 3
3  
4   AC_REVISION([$Id$])
5  
6 < AC_PREREQ(2.65)
6 > AC_PREREQ(2.67)
7   AC_INIT([ircd-hybrid], [7.3-rc1], [bugs@ircd-hybrid.org])
8 < AM_INIT_AUTOMAKE(1.11)
8 > AM_INIT_AUTOMAKE(1.11.1)
9   AM_MAINTAINER_MODE
10   AC_CONFIG_HEADER(config.h)
11   AC_CONFIG_SRCDIR(src/ircd.c)
# Line 19 | Line 19 | AM_PROG_LEX
19   AC_PROG_INSTALL
20  
21   # Initializing libtool.
22 + LT_CONFIG_LTDL_DIR([libltdl])
23   LT_INIT([dlopen disable-static])
24 < LTDL_INIT
24 > LTDL_INIT([recursive convenience])
25 > LIBTOOL="$LIBTOOL --silent"
26  
27   # Checks for libraries.
28   AX_CHECK_LIB_IPV4
# Line 244 | Line 246 | AC_DEFINE_DIR([LOCALSTATEDIR],[localstat
246   AC_CONFIG_FILES(              \
247         Makefile               \
248         etc/Makefile           \
247       etc/example.conf       \
248       etc/example.conf.quick \
249       etc/example.efnet.conf \
249         servlink/Makefile      \
250         contrib/Makefile       \
251         contrib/help/Makefile  \
252         src/Makefile           \
253 +       libltdl/Makefile       \
254         messages/Makefile      \
255         modules/Makefile       \
256 <                         modules/core/Makefile  \
256 >       modules/core/Makefile  \
257         doc/Makefile           \
258         help/Makefile          \
259 <                         help/opers/Makefile            \
260 <                         help/users/Makefile    \
259 >       help/opers/Makefile    \
260 >       help/users/Makefile    \
261         tools/Makefile)
262  
263   AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)