RSS/Atom feed Twitter
Site is read-only, email is disabled

[article] trimming down autoconf's configure scripts by using pkg-config

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

[article] trimming down autoconf's configure scripts by using pkg-config Enrico 'nekrad' Weigelt 22 Mar 16:45
Enrico 'nekrad' Weigelt
2006-03-22 16:45:06 UTC (about 18 years ago)

[article] trimming down autoconf's configure scripts by using pkg-config

Hi folks,

here's a little article I wrote about an approach for encapsulating platform dependent stdc-lib fixes (ie. some platforms have broken string handling, etc) behind pkg-config.

It is mostly directed on autoconf (It is the one I have most of my daily trouble with), but of course the approach works with other buildsystems, even plain make, too.

The permanent URL of the article:

* http://www.metux.de/articles/coding/trimming-down-autoconf-with-pkg-config
I'm also currently working on concrete wrapper packages:

* http://wiki.metux.de/public/OSS_QM_Taskforce/projects/stdc-pkgconfig

Comments and suggestions please to the Maillist:

oss-qm-discuss@metux.de

Thanks.