Re: the *-config scripts
- From: Dan Winship <danw helixcode com>
- To: Martijn van Beers <martijn earthling net>
- Cc: gtk-devel-list redhat com, gnome-hackers gnome org
- Subject: Re: the *-config scripts
- Date: Thu, 08 Jun 2000 12:39:18 -0400
> PKG_CHECK_MODULES(GTK, glib:1.2.8 gtk)
What to do about "1.2.8 or newer, but not 1.3 or later"? (Maybe that
should just be dealt with by versioning the package names themselves
(glib12:1.2.8).)
It might be useful to have PKG_CHECK_MODULES set FOO_VERSION
variables for each package.
You need to provide a way to deal with the IDL include path problem.
> AC_SUBST(GTK_CFLAGS)
Should be CPPFLAGS, or if there are cases where you'll need CFLAGS,
you should separate out CPPFLAGS from CFLAGS. (For the case where you
make sure a library exists, then need to run some additional autoconf
test that will use $CPP rather than $CC.)
FYI, .pc is also used as the suffix for Oracle Pro*C (C with embedded
SQL) files.
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]