trawick 01/03/31 05:32:37
Modified: xml/expat configure.in
Log:
Make a seemingly arbitrary change in whitespace to make the following
warning go away when we run buildconf:
Remember to add `AM_PROG_LIBTOOL' to `configure.in'.
Revision Changes Path
1.3 +1 -1 apr-util/xml/expat/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr-util/xml/expat/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in 2001/03/29 15:53:26 1.2
+++ configure.in 2001/03/31 13:32:37 1.3
@@ -54,7 +54,7 @@
;;
*)
AC_LIBTOOL_WIN32_DLL
- AC_PROG_LIBTOOL
+AC_PROG_LIBTOOL
;;
esac