rbb 01/04/09 09:34:08
Modified: . CHANGES configure.in
Log:
Change --without-libtool to --disable-libtool.
Revision Changes Path
1.9 +2 -2 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -b -w -u -r1.8 -r1.9
--- CHANGES 2001/04/09 04:56:20 1.8
+++ CHANGES 2001/04/09 16:34:04 1.9
@@ -1,11 +1,11 @@
Changes with APR-util b1
- *) Migrate the --without-libtool changes from APR to APR-util.
+ *) Migrate the --disable-libtool changes from APR to APR-util.
This cleans things up, and allows more flexibility when building
programs. [Ryan Bloom]
*) Allow APR-util to be compiled without libtool. The default is
- to use libtool, but it can turned off with --without-libtool
+ to use libtool, but it can turned off with --disable-libtool
on the configure command. [Ryan Bloom]
*) Repair calling convention for apr_register_optional_fn to
1.19 +1 -1 apr-util/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr-util/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -b -w -u -r1.18 -r1.19
--- configure.in 2001/04/09 04:56:20 1.18
+++ configure.in 2001/04/09 16:34:05 1.19
@@ -52,7 +52,7 @@
;;
esac
-AC_ARG_WITH(libtool, [--with-libtool use libtool to link the library],
+AC_ARG_ENABLE(libtool, [--with-libtool use libtool to link the library],
[ use_libtool=$withval ], [ use_libtool="yes" ] )
if test "x$use_libtool" = "xyes"; then