|
|
Subject: libtool to pkg-config? - msg#00049
List: gnu.libtool.general
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
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Bootstrapping Redux.
-----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 least some of the following m4_defines used
| to be AC_DEFUNs:
|
| AC_LIBTOOL_CONFIG
| AC_LIBTOOL_LINKER_OPTION
| _LT_AC_LANG_C_CONFIG
| _LT_AC_LANG_GCJ_CONFIG
| _LT_AC_LANG_RC_CONFIG
| _LT_AC_PROG_ECHO_BACKSLASH
| _LT_AC_SHELL_INIT
| _LT_AC_SYS_LIBPATH_AIX
| _LT_AC_TAGVAR
|
| As well as the whole AC_PROG_EGREP debacle.
|
| However I've come up with a fairly evil, hacky but nonetheless amusing
| solution ... *cackle*
Me too :-)
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
At least it is only affecting the bootstrap now. And we have a warning in the
script.
Cheers,
Gary
- --
Gary V. Vaughan ())_. gary@{lilith.warpmail.net,gnu.org}
Research Scientist ( '/ http://www.oranda.demon.co.uk
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFABTmKFRMICSmD1gYRAv5MAJkBjnutNLuEPrsrrXzik2Cr7AwpnwCgumES
dXPAFn/NAU7Q1gslUTJka0s=
=ExDg
-----END PGP SIGNATURE-----
Next Message by Date:
click to view message preview
Explosive, More Intence Orgasms for the New Year
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
- Experience
Rock Hard Erec.tions
- Increase
In Desire
- Explosive,
More Intence Orga.sms
- FREE 1 Month
Supply Of Magna-RX Patch's
- Fast, Discrete
Shipping
READ
MORE INFO HERE
no
more emailz
_______________________________________________
Libtool mailing list
Libtool@xxxxxxx
http://mail.gnu.org/mailman/listinfo/libtool
Previous Message by Thread:
click to view message preview
no doctor vísit
Buy drugs online without seeing a doctor
Learn about it here
_______________________________________________
Libtool mailing list
Libtool@xxxxxxx
http://mail.gnu.org/mailman/listinfo/libtool
Next Message by Thread:
click to view message preview
Explosive, More Intence Orgasms for the New Year
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
- Experience
Rock Hard Erec.tions
- Increase
In Desire
- Explosive,
More Intence Orga.sms
- FREE 1 Month
Supply Of Magna-RX Patch's
- Fast, Discrete
Shipping
READ
MORE INFO HERE
no
more emailz
_______________________________________________
Libtool mailing list
Libtool@xxxxxxx
http://mail.gnu.org/mailman/listinfo/libtool
|
|