On 02/19/2017 02:48 PM, Sascha Manns wrote: > Hello list, > > i'm preparing some autotools files for my new project. > > I have in my configure.ac: > > GDK30_MINIMUM_VERSION=2.99.0 > GTK30_MINIMUM_VERSION=2.99.0 > ATK_MINIMUM_VERSION=2.99.0 > > PKG_CHECK_MODULES(gdk-3.0 >= $GDK30_MINIMUM_VERSION > gtk+-3.0 >= $GTK30_MINIMUM_VERSION > atk >= $ATK_MINIMUM_VERSION) The autoconf package does not maintain the PKG_CHECK_MODULES() macro, so your question is probably better asked on the pkg-config development list. However, it appears to me that you are getting an error because your usage of the macro is incorrect. Here's an example I picked up from a package that uses the macro correctly: PKG_CHECK_MODULES([LIBNL_ROUTE3], [libnl-route-3.0]) which makes it look like you forgot a first argument. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf