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 166854 - autogen.sh won't work with automake 1.9.x
autogen.sh won't work with automake 1.9.x
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-09 21:23 UTC by Kristof Vansant
Modified: 2005-03-21 21:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Kristof Vansant 2005-02-09 21:23:41 UTC
Please describe the problem:
without this in autogen.sh:
REQUIRED_AUTOMAKE_VERSION=1.7

autogen.sh will not work with any automake version above 1.7 

so people like I who use 1.9 need to install 1.4 or something

since 1.7 and above is default in most distro's these days can't you add that line?

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jens Finke 2005-03-21 21:36:13 UTC
Changed in cvs head. Thanks for the hint.