This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Packaging cURL for cygwin distribution ??? (was:RE: curl, libcurl, libcomprex, leakbug)


Roth, Kevin P. schrieb am 2001-10-12, 14:47:

>> cURL package is full libtoolized and they use also
>> autoconf 2.52 so it was the easiest way to add a macro to 
>> configure.in and the LDFLAG to Makefile.am, but i also 
>> needed to remove one macro call in configure.in ...
>
>What macro did you remove? I couldn't find any mention of it
>in the diff you posted.

AC_ARG_PROGRAM

diff -ur leakbug-0.1.3-src/configure.ac leakbug-0.1.3/configure.ac
--- leakbug-0.1.3-src/configure.ac      Mon Aug 13 19:46:14 2001
+++ leakbug-0.1.3/configure.ac  Fri Oct 12 15:33:33 2001
@@ -60,9 +60,9 @@
 dnl # Check for some standard stuff.
 dnl ################################################################
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 AC_PROG_CC
-AC_ARG_PROGRAM
 AC_PROG_CPP
 AC_PROG_MAKE_SET
 AC_PROG_LN_S

>> Depends on where you want to compile it, cross-compilation is 
>> a special issue where i cannot help much because I don't use 
>> linux (nowadays).
>
>Actually I wasn't thinking of cross-compilation, so much as just
>creating a shell script, which could be part of the curl
>distribution (in the packages sub-directory somewhere), that 
>I could run to make cygwin tarballs out of a standard curl
>distribution... I'm sure I could throw one together, but I know
>it wouldn't be very sophisticated.

If it builds without problems it doesn't need to be sopisticated:-)

Gerrit


-- 
=^..^=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]