diff options
| author | Glenn Morris | 2014-05-02 19:18:11 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-05-02 19:18:11 -0400 |
| commit | b05e08a465dceee25798ac4fd745814cdb1b8b9b (patch) | |
| tree | 1cc7aeefe222af7a7c2e19075802635e3695452a /etc | |
| parent | cd626254b7031392ff12ba2806f0e68b0ccda8e3 (diff) | |
| download | emacs-b05e08a465dceee25798ac4fd745814cdb1b8b9b.tar.gz emacs-b05e08a465dceee25798ac4fd745814cdb1b8b9b.zip | |
Use pkg-config's pkg.m4
* configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
Add explicit AC_SUBST's where needed.
* autogen.sh (progs): Add pkg-config.
(pkg_config_min): New variable.
* INSTALL.REPO: Mention pkg-config.
* etc/PROBLEMS: Mention a related issue that can occur with a local automake.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 58c2ceaf68c..3d5349c2793 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2223,6 +2223,17 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here. | |||
| 2223 | 2223 | ||
| 2224 | * Build-time problems | 2224 | * Build-time problems |
| 2225 | 2225 | ||
| 2226 | ** Autogen.sh / Autoreconf | ||
| 2227 | |||
| 2228 | *** Running `autogen.sh' or `autoreconf' fails with an error of the form | ||
| 2229 | "possibly undefined macro: PKG_CONFIG". This indicates that the version | ||
| 2230 | of aclocal that you are using cannot find the pkg.m4 file that | ||
| 2231 | pkg-config provides. If you installed your own version of automake in | ||
| 2232 | a non-standard location /prefix, then add a line to the | ||
| 2233 | /prefix/share/aclocal/dirlist file (create the file if necessary) | ||
| 2234 | that gives the location of the directory that contains pkg.m4 | ||
| 2235 | (e.g. /usr/share/aclocal). | ||
| 2236 | |||
| 2226 | ** Configuration | 2237 | ** Configuration |
| 2227 | 2238 | ||
| 2228 | *** `configure' warns ``accepted by the compiler, rejected by the preprocessor''. | 2239 | *** `configure' warns ``accepted by the compiler, rejected by the preprocessor''. |