diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-16 08:49:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-16 08:49:13 -0700 |
commit | c56327b55d2e75fb0246c9a858e46dd5670699d4 (patch) | |
tree | 0025149767d9633d3cfe20c8ff523bd7a0b22b84 /INSTALL.REPO | |
parent | 1e217552d247b8b64cda5ac93805f039071204fc (diff) |
Don't require pkg-config when building from repository.
* INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
* INSTALL.REPO: pkg-config is no longer required to build from
the repository.
* autogen.sh: Don't check for pkg-config.
(progs): Remove pkg-config.
(pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
Remove. All uses removed.
* m4/pkg.m4: New file, built by admin/merge-pkg-config.
* configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
(EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
as we use pkg.m4 from a newer pkg-config.
* admin/merge-pkg-config: New script.
* admin/notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4.
* etc/NEWS: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
* etc/PROBLEMS (Build-time-problems): Remove pkg-config problem
that is no longer an issue.
* nt/INSTALL: Remove no-longer-needed notes about pkg-config.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r-- | INSTALL.REPO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO index c1617e781c..36ab928673 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO @@ -12,8 +12,6 @@ autoconf - at least the version specified near the start of configure.ac (in the AC_PREREQ command). automake - at least the version specified near the start of configure.ac (in the AM_INIT_AUTOMAKE command). -pkg-config - at least version specified in the PKG_PROG_PKG_CONFIG - command in configure.ac makeinfo - not strictly necessary, but highly recommended, so that you can build the manuals. |