Re: Bootstrapping Redux.

2004-01-14 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | Bootstrapping the new stuff with Automake 1.8 and an older | /usr/share/aclocal/libtool.m4 still causes the contents of that to be | dumped into aclocal.m4 as well as the new m4_include line. | | This is (still) because at

libtool to pkg-config?

2004-01-14 Thread Andreas Jellinghaus
Hi, libtool knows how to link with some library, in the lib$NAME.la file the dependency_libs line has all I need. Is there some automatic way using libtool/autoconf/automake to get this info into my lib$NAME.pc file (the Libs: line) ? Regards, Andreas

Explosive, More Intence Orgasms for the New Year

2004-01-14 Thread Bernadette Small
ADD 3+ IN.CHES TO YOUR PEN.IS MAGNA-RX PATCH - No Pills Or Capsules - No Lotions Or Cremes - No Pumps, Weights, Or Exercises - Doctor Designed & Endorsed - 100% Safe & Natural - Increase Pen.is Size By 2 To 4 - Your Pen.is Will Be Thicker And Fuller - Your Confidence & Self-Esteem Will Soar

Re: Bootstrapping Redux.

2004-01-14 Thread Scott James Remnant
On Wed, 2004-01-14 at 12:43, Gary V. Vaughan wrote: What about adding m4/obsolete.m4 with: AU_DEFUN([AC_LIBTOOL_CONFIG], [AC_LIBTOOL_CONFIG])dnl AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_LIBTOOL_LINKER_OPTION])dnl ... AU_DEFUN([AC_PROG_EGREP], [AC_PROG_EGREP])dnl