projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e79c0
)
Bump required automake version to 1.9; 1.7 fails
author
Colin Walters
<walters@src.gnome.org>
Tue, 25 Nov 2008 18:30:16 +0000
(18:30 +0000)
committer
Colin Walters
<walters@src.gnome.org>
Tue, 25 Nov 2008 18:30:16 +0000
(18:30 +0000)
GLib currently depends on 1.9 or later, so this change seems safe.
svn path=/trunk/; revision=967
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index e20803b4982186f9de1e24d28643a78916835889..41cd032adad0e2d274c4f8ff10d346d05d9e811c 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-6,7
+6,7
@@
test -z "$srcdir" && srcdir=.
PKG_NAME="gobject-introspection"
REQUIRED_AUTOCONF_VERSION=2.53
-REQUIRED_AUTOMAKE_VERSION=1.
7.2
+REQUIRED_AUTOMAKE_VERSION=1.
9
(test -f $srcdir/configure.ac \
&& test -f $srcdir/autogen.sh) || {