GNOME Bugzilla – Bug 566158
autogen.sh problem
Last modified: 2010-01-21 23:31:45 UTC
Please describe the problem: with revision 8e28b9b4c4947526d1955a78777183b65b6e05ec [ср дек 31 20:35:22] nedko@usbix ~/git/giggle (master) # ./autogen.sh You must have automake installed to compile giggle. Get ftp://sourceware.cygnus.com/pub/automake/automake-1.7.tar.gz (or a newer version if it is available) [ср дек 31 20:35:26] nedko@usbix ~/git/giggle (master) # paco -i automake --------------- automake-1.10 --------------- Name: automake Version: 1.10 Steps to reproduce: run autogen.sh Actual results: it tells me automake is not installed Expected results: it should use installed automake-1.10 to generate configure script and other stuff or it should give appropriate error message Does this happen every time? yes Other information:
I see the check is made strictly for automake-1.9
The autogen script looks quite complicated. Probably should switch to gnome-autogen.sh, or some more rudimentary rewrite.
commit ee96ed63d6708ca07bcdb4e82fe8cea514fe31a4 Author: Mathias Hasselmann <hasselmm@gnome.org> Date: Fri Jan 9 23:09:12 2009 +0100 Simplify autogen.sh script; Fixes: GB#566158
This breaks builds outside the source dir. Please take a look at http://github.com/andi5/giggle/commit/684da8fafb58cc9b3e5f66e6421a9357067c8e58 and whether it still resolves this bug.
This problem has been fixed in the development version. The fix will be available in the next major software release. I've committed a slighted different Andrea's patch in commit a061069d45a1154c0c7e41fbf9efd43b4a07ddc5 Thank you Andreas