summaryrefslogtreecommitdiff
path: root/meta/guile-config.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix guile-config for Guile 3.0Andy Wingo2018-10-071-2/+2
| | | | | * meta/guile-config.in (guile-module): Use pkg-config for effective version.
* bump effective version to 2.2Andy Wingo2011-04-111-2/+2
| | | | | | | | | | | | | | | * .gitignore: * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): * configure.ac: * doc/example-smob/Makefile (CFLAGS, LIBS): * doc/guile.1: * doc/ref/libguile-concepts.texi: * doc/ref/srfi-modules.texi: * doc/ref/vm.texi: * meta/Makefile.am (EXTRA_DIST, pkgconfig_DATA): * meta/guile-config.in (guile-module): * meta/guile-2.2-uninstalled.pc.in: * meta/guile-2.2.pc.in: Bump effective version to 2.2.
* Have `guile-config' close over `pkg-config' and $(pkgconfigdir).Ludovic Courtès2009-09-241-0/+210
* meta/Makefile.am (guile-config): New target. (EXTRA_DIST): Add `guile-config.in'. * meta/guile-config.in: New, formerly `guile-config'. Use the right installed `guile', with the right $PKG_CONFIG_PATH. Disable auto-compilation. (%pkg-config-program): New variable. (pkg-config): Use it.