]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the --with-pkg-config-prog configure option
authorGlenn Morris <rgm@gnu.org>
Fri, 2 May 2014 23:29:57 +0000 (19:29 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 2 May 2014 23:29:57 +0000 (19:29 -0400)
* configure.ac (--with-pkg-config-prog): Remove.
Use the PKG_CONFIG environment variable instead if you need it.

* etc/NEWS: Mention this.

ChangeLog
configure.ac
etc/NEWS

index 91e51d681d2ad61fb258c26259305845c6d7918a..dd63aa0812b171b248d7ef69d5ea71436e6b1e09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-02  Glenn Morris  <rgm@gnu.org>
 
+       * configure.ac (--with-pkg-config-prog): Remove.
+       Use the PKG_CONFIG environment variable instead if you need it.
+
        * 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.
index 27312cac3ab84e0f900bbb0aad6f2f5926f50a07..81b8537f0bdd3de9133b79f8feb92be0dd393926 100644 (file)
@@ -304,15 +304,6 @@ OPTION_DEFAULT_ON([compress-install],
   [don't compress some files (.el, .info, etc.) when installing.  Equivalent to:
 make GZIP_PROG= install])
 
-AC_ARG_WITH([pkg-config-prog],dnl
-[AS_HELP_STRING([--with-pkg-config-prog=FILENAME],
-                  [file name of pkg-config for finding GTK and librsvg])])
-if test "X${with_pkg_config_prog}" != X; then
-   if test "${with_pkg_config_prog}" != yes; then
-      PKG_CONFIG="${with_pkg_config_prog}"
-   fi
-fi
-
 AC_ARG_WITH(gameuser,dnl
 [AS_HELP_STRING([--with-gameuser=USER],[user for shared game score files])])
 test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \
index 15c01607b1f522dcd3f17ef43e96e079c717b4d5..5a4410c685c397689e66ba4688e0c04c41dddc60 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,6 +34,10 @@ should be able to work around the problem either by porting the Emacs
 undumping code to GCC under IRIX, or by configuring --with-wide-int,
 or by sticking with Emacs 24.4.
 
+---
+** The configure option `--with-pkg-config-prog' has been removed.
+Use the PKG_CONFIG environment variable instead if you need to.
+
 \f
 * Startup Changes in Emacs 24.5