On 29 Mar 2001 11:07:31 -0500, Jeff Trawick wrote:

>[EMAIL PROTECTED] writes:

[...]

>>   Index: configure.in
>>   ===================================================================
>>   RCS file: /home/cvs/apr-util/xml/expat/configure.in,v
>>   retrieving revision 1.1
>>   retrieving revision 1.2
>>   diff -u -r1.1 -r1.2
>>   --- configure.in   2001/02/28 14:41:25     1.1
>>   +++ configure.in   2001/03/29 15:53:26     1.2
>>   @@ -45,8 +45,18 @@
>>    
>>    AC_CONFIG_HEADER(config.h)
>>    
>>   -AC_LIBTOOL_WIN32_DLL
>
>It seemed cleaner to me to provide an empty AC_LIBTOOL_WIN32_DLL macro
>than to change the expat build.

Err, actually it's just moved, not removed, into the "everything but OS/2"
section (see below). It could probably have stayed where it was come to
think of it. If it doesn't hurt on unix it probably won't hurt OS/2 either.
I've no idea what it does though.



>>   -AC_PROG_LIBTOOL
>>   +AC_CANONICAL_SYSTEM
>>   +case "$host_alias" in
>>   +*os2*)
>>   +    # Use a custom made libtool replacement
>>   +    echo Using aplibtool
>>   +    LIBTOOL="$srcdir/../../../apr/build/aplibtool"
>>   +    ;;
>>   +*)
>>   +    AC_LIBTOOL_WIN32_DLL
>>   +    AC_PROG_LIBTOOL
>>   +    ;;
>>   +esac
>
>as before, do this in AC_PROG_LIBTOOL

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  [EMAIL PROTECTED]  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------

Reply via email to