projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8edae54
)
Build: Bump the Autoconf minimum version.
author
Patrick McCarty
<pnorcks@gmail.com>
Thu, 6 May 2010 23:54:31 +0000
(16:54 -0700)
committer
Patrick McCarty
<pnorcks@gmail.com>
Sat, 8 May 2010 21:53:38 +0000
(14:53 -0700)
There are issues with Autoconf < 2.60 and checking for gettext
(see issue #805), so let's try a more modern version.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index cf7ac0535e5585a07667ef332874a91781ffe687..2615b322d3f8ba3c7623f111bc79356fea401c12 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,7
+1,7
@@
dnl configure.in -*-shell-script-*-
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.
5
0)
+AC_PREREQ(2.
6
0)
# Bootstrap the init proces.
AC_INIT