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 1053 by michael, Thu Jan 28 08:49:16 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 21 | Line 21 | AC_PROG_INSTALL
21   # Initializing libtool.
22   LT_INIT([dlopen disable-static])
23   LTDL_INIT
24 + LIBTOOL="$LIBTOOL --silent"
25  
26   # Checks for libraries.
27   AX_CHECK_LIB_IPV4
# Line 253 | Line 254 | AC_CONFIG_FILES(              \
254         src/Makefile           \
255         messages/Makefile      \
256         modules/Makefile       \
257 <                         modules/core/Makefile  \
257 >       modules/core/Makefile  \
258         doc/Makefile           \
259         help/Makefile          \
260 <                         help/opers/Makefile            \
261 <                         help/users/Makefile    \
260 >       help/opers/Makefile    \
261 >       help/users/Makefile    \
262         tools/Makefile)
263  
264   AC_OUTPUT

Diff Legend

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