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 309084 - won't build with automake 1.6 so this line is needed
won't build with automake 1.6 so this line is needed
Status: RESOLVED FIXED
Product: gnome-build
Classification: Deprecated
Component: miscellaneous
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-build Maintainers List
gnome-build Maintainers List
Depends on:
Blocks:
 
 
Reported: 2005-06-26 21:13 UTC by Kristof Vansant
Modified: 2006-09-17 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed change (387 bytes, patch)
2005-12-29 21:47 UTC, Christian Kirbach
reviewed Details | Review

Description Kristof Vansant 2005-06-26 21:13:23 UTC
Please describe the problem:
Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/gnome-build/autogen.sh,v
retrieving revision 1.6
diff -u -r1.6 autogen.sh
--- autogen.sh  14 May 2005 14:09:14 -0000      1.6
+++ autogen.sh  26 Jun 2005 21:03:30 -0000
@@ -21,4 +21,6 @@

 ## REQUIRED_AUTOMAKE_VERSION=1.7.2

+REQUIRED_AUTOMAKE_VERSION=1.7
+
 USE_GNOME2_MACROS=1 . gnome-autogen.sh


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Kristof Vansant 2005-07-27 12:04:50 UTC
without it, it really won't build on systems with multiple automakes installed..
Comment 2 Christian Kirbach 2005-12-09 21:45:33 UTC
Is this still valid? If so, please attach a patch. Thank you.
Comment 3 Christian Kirbach 2005-12-29 21:47:58 UTC
Created attachment 56521 [details] [review]
proposed  change

patch by Kristof Vansant
Comment 4 Christian Kirbach 2005-12-29 21:48:48 UTC
reopening and attaching patch
Comment 5 Johannes Schmid 2006-09-17 16:44:46 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.

I did not take exactly your patch, though but used a completly modified automake.