fielding 01/03/30 22:20:00
Modified: . configure.in
Log:
It's too easy to forget that the m4 pass is not affected by the
shell conditionals. This just removes a redundancy and fixes typos.
Revision Changes Path
1.267 +2 -3 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- configure.in 2001/03/31 06:07:07 1.266
+++ configure.in 2001/03/31 06:20:00 1.267
@@ -82,13 +82,12 @@
case "$host_alias" in
*os2*)
- # Use a custom made libtool replacement
+ # Use a custom-made libtool replacement
echo "using aplibtool"
LIBTOOL="$srcdir/build/aplibtool"
- AC_SUBST(LIBTOOL)dnl
gcc $CPPFLAGS $CFLAGS -o $LIBTOOL.exe $LIBTOOL.c
;;
-*) dnl libtool requires that the following not be indented
+*) dnl libtoolize requires that the following not be indented
AC_PROG_LIBTOOL
;;
esac