After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606696 - autogen.sh: require automake 1.9
autogen.sh: require automake 1.9
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
2.28.x
Other All
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-01-12 01:32 UTC by Adrian Bunk
Modified: 2010-01-12 11:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: require automake 1.9 (753 bytes, patch)
2010-01-12 01:33 UTC, Adrian Bunk
none Details | Review
Only require automake 1.8 (790 bytes, patch)
2010-01-12 11:09 UTC, Bastien Nocera
committed Details | Review

Description Adrian Bunk 2010-01-12 01:32:36 UTC
configure.ac requires automake 1.9 but autogen.sh requires only 1.8,
which led to an error when automake 1.8 was choosen instead of an
alwo present automake 1.9.
Comment 1 Adrian Bunk 2010-01-12 01:33:53 UTC
Created attachment 151214 [details] [review]
autogen.sh: require automake 1.9
Comment 2 Bastien Nocera 2010-01-12 10:44:42 UTC
What's the error?
Comment 3 Adrian Bunk 2010-01-12 10:49:04 UTC
(In reply to comment #2)
> What's the error?

$  ./autogen.sh
/scratchbox/devkits/doctools/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... found 2.61
checking for automake >= 1.8...
  testing automake-1.8... found 1.8.5
...
Running intltoolize...
Running gtkdocize...
Running aclocal-1.8...
Running autoconf2.50...
Running autoheader2.50...
Running automake-1.8...
configure.ac:14: require Automake 1.9, but have 1.8.5
Comment 4 Bastien Nocera 2010-01-12 11:09:06 UTC
Created attachment 151241 [details] [review]
Only require automake 1.8
Comment 5 Bastien Nocera 2010-01-12 11:10:13 UTC
Attachment 151241 [details] pushed as b99af01 - Only require automake 1.8