fielding 01/03/30 22:16:53
Modified: . configure.in
Log:
Eliminate a stupid warning from libtoolize.
Revision Changes Path
1.16 +3 -3 apr-util/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr-util/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- configure.in 2001/03/29 15:53:24 1.15
+++ configure.in 2001/03/31 06:16:53 1.16
@@ -43,12 +43,12 @@
AC_CANONICAL_SYSTEM
case "$host_alias" in
*os2*)
- # Use a custom made libtool replacement
+ # Use a custom-made libtool replacement
echo "using aplibtool"
LIBTOOL="$APR_SOURCE_DIR/build/aplibtool"
;;
-*)
- AC_PROG_LIBTOOL
+*) dnl libtoolize requires that the following not be indented
+AC_PROG_LIBTOOL
;;
esac