emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117083: Revert last two changes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117083: Revert last two changes.
Date: Sun, 11 May 2014 02:52:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117083
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17438
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2014-05-10 19:52:00 -0700
message:
  Revert last two changes.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  autogen.sh                     autogen.sh-20091113204419-o5vbwnq5f7feedwu-2495
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-05-11 02:47:57 +0000
+++ b/ChangeLog 2014-05-11 02:52:00 +0000
@@ -1,10 +1,3 @@
-2014-05-11  Paul Eggert  <address@hidden>
-
-       Require pkg-config 0.26 or later (Bug#17438).
-       Earlier versions are buggy, as pkg-config --libs can output
-       nothing, which causes xrandr link failures.
-       * autogen.sh (pkg_config_min): Make this at least 0.26.
-
 2014-05-07  Glenn Morris  <address@hidden>
 
        * autogen.sh: Check for failing aclocal.

=== modified file 'autogen.sh'
--- a/autogen.sh        2014-05-11 02:47:57 +0000
+++ b/autogen.sh        2014-05-11 02:52:00 +0000
@@ -42,11 +42,6 @@
 automake_min=`sed -n 's/^ *AM_INIT_AUTOMAKE(\([0-9\.]*\)).*/\1/p' configure.ac`
 
 pkg_config_min=`sed -n 's/^ *PKG_PROG_PKG_CONFIG(\([0-9\.]*\)).*/\1/p' 
configure.ac`
-# Building from the repository needs pkg-config 0.26 or later; see Bug#17438.
-case $pkg_config_min in
-  0.[0-9] | 0.[0-9].* | 0.1[0-9] | 0.1[0-9].* | 0.2[0-5] | 0.2[0-5].* )
-    pkg_config_min=0.26
-esac
 
 ## $1 = program, eg "autoconf".
 ## Echo the version string, eg "2.59".


reply via email to

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