emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117048: Remove the --with-pkg-config-prog configure


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117048: Remove the --with-pkg-config-prog configure option
Date: Fri, 02 May 2014 23:30:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117048
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-05-02 19:29:57 -0400
message:
  Remove the --with-pkg-config-prog configure option
  
  * configure.ac (--with-pkg-config-prog): Remove.
  Use the PKG_CONFIG environment variable instead if you need it.
  
  * etc/NEWS: Mention this.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-05-02 23:18:11 +0000
+++ b/ChangeLog 2014-05-02 23:29:57 +0000
@@ -1,5 +1,8 @@
 2014-05-02  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'configure.ac'
--- a/configure.ac      2014-05-02 23:18:11 +0000
+++ b/configure.ac      2014-05-02 23:29:57 +0000
@@ -304,15 +304,6 @@
   [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 \

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-04-29 15:16:07 +0000
+++ b/etc/NEWS  2014-05-02 23:29:57 +0000
@@ -34,6 +34,10 @@
 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.
+
 
 * Startup Changes in Emacs 24.5
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]