diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-10 19:52:00 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-10 19:52:00 -0700 |
commit | 0994e45d163f121a64084a3b8bf7bb67dc4cef18 (patch) | |
tree | ec1b7142a27926b1f52632167266aa77954df8e5 /autogen.sh | |
parent | 68b067b393816584d2ab6356d3706aea41352209 (diff) | |
download | emacs-0994e45d163f121a64084a3b8bf7bb67dc4cef18.tar.gz |
Revert last two changes.
Fixes: debbugs:17438
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh index 3d26df870d4..32f86ab8200 100755 --- a/autogen.sh +++ b/autogen.sh @@ -42,11 +42,6 @@ autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.ac` 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". |