Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0994e45d
Commit
0994e45d
authored
May 10, 2014
by
Paul Eggert
Browse files
Revert last two changes.
Fixes: debbugs:17438
parent
68b067b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
ChangeLog
ChangeLog
+0
-7
autogen.sh
autogen.sh
+0
-5
No files found.
ChangeLog
View file @
0994e45d
2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
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 <rgm@gnu.org>
* autogen.sh: Check for failing aclocal.
...
...
autogen.sh
View file @
0994e45d
...
...
@@ -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".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment