Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-08 Thread Karl Berry
moving wget over to automake and gnulib FWIW, I recommend automake and gnulib to all the new maintainers I talk to (including Micah :). IMHO, gnulib has proven to be by far the best way to share infrastructure code that we've yet developed, thanks to the massive amounts of work by all you guy

Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Blake wrote: > I'm not sure how that works. Yes, my understanding is that libssl is a > gnulib client, but then it seems like you should have been asking on the > libssl list. I don't see wget listed in gnulib/users.txt; do we need to > add an

Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Micah Cowan on 8/7/2007 6:50 PM: >>> The use of ./configure --with-libssl-prefix= has stopped >>> working; I did some investigating, and it appears that the following >>> code is problematic: > > Not considering that I had no idea (yet) w

Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Blake wrote: > According to Micah Cowan on 8/7/2007 12:07 PM: >> Hello, > >> I have recently become the maintainer for GNU Wget, which uses autoconf >> and havelib, but currently not automake. > >> The use of ./configure --with-libssl-prefix=

Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Micah Cowan on 8/7/2007 12:07 PM: > Hello, > > I have recently become the maintainer for GNU Wget, which uses autoconf > and havelib, but currently not automake. > > The use of ./configure --with-libssl-prefix= has stopped > working; I d

Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ralf Wildenhues wrote: > The AS_IF of Autoconf 2.61 will cause all m4_require'd/AC_REQUIRE'd > macros to be expanded outside of the conditional. > > Hope that helps. It certainly does, thanks! - -- Micah J. Cowan Programmer, musician, typesetting

Re: havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Ralf Wildenhues
Hello Micah, * Micah Cowan wrote on Tue, Aug 07, 2007 at 08:07:03PM CEST: > > If I remove the first invocation of AC_LIB_HAVE_LINKFLAGS (within > gnutls), the second one functions as it used to. If I leave it as you > see it above, apparently shlibext and other vars somehow get the null > value,

havelib's AC_LIB_HAVE_LINKFLAGS in conditionals

2007-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I have recently become the maintainer for GNU Wget, which uses autoconf and havelib, but currently not automake. The use of ./configure --with-libssl-prefix= has stopped working; I did some investigating, and it appears that the following co