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 1090 by michael, Wed Mar 24 22:37:53 2010 UTC

# Line 5 | Line 5 | AC_REVISION([$Id$])
5  
6   AC_PREREQ(2.65)
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([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         messages/Makefile      \
254         modules/Makefile       \
255 <                         modules/core/Makefile  \
255 >       modules/core/Makefile  \
256         doc/Makefile           \
257         help/Makefile          \
258 <                         help/opers/Makefile            \
259 <                         help/users/Makefile    \
258 >       help/opers/Makefile    \
259 >       help/users/Makefile    \
260         tools/Makefile)
261  
262   AC_OUTPUT

Diff Legend

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