fielding 01/03/30 22:07:08
Modified: . configure.in
Log:
Eliminate annoying warning from libtoolize and make sure that
LIBTOOL is substituted on OS/2.
Revision Changes Path
1.266 +4 -3 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- configure.in 2001/03/31 05:52:41 1.265
+++ configure.in 2001/03/31 06:07:07 1.266
@@ -85,10 +85,11 @@
# Use a custom made libtool replacement
echo "using aplibtool"
LIBTOOL="$srcdir/build/aplibtool"
- gcc -o $LIBTOOL.exe $LIBTOOL.c
+ AC_SUBST(LIBTOOL)dnl
+ gcc $CPPFLAGS $CFLAGS -o $LIBTOOL.exe $LIBTOOL.c
;;
-*)
- AC_PROG_LIBTOOL
+*) dnl libtool requires that the following not be indented
+AC_PROG_LIBTOOL
;;
esac