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 631176 - Update autotools configuration
Update autotools configuration
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-02 17:07 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-10-03 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update autotools configuration (6.84 KB, patch)
2010-10-02 17:10 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review
Use PACKAGE_URL for project webpage (877 bytes, patch)
2010-10-02 17:13 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2010-10-02 17:07:26 UTC
See http://live.gnome.org/GnomeGoals/ModernAutotools
Comment 1 Javier Jardón (IRC: jjardon) 2010-10-02 17:10:03 UTC
Created attachment 171577 [details] [review]
Update autotools configuration

I've replaced all autoconf deprecated macros.

New required dependencies
    autoconf >= 2.64 (so you can use the url parameter of AC_INIT())
    automake >= 1.11.1 (1.11.1 fix a security issue present in the make dist and make distcheck rules of all packages using Automake)
    libtool >= 2.2 (so you can use the new LT_INIT() syntax)
Comment 2 Javier Jardón (IRC: jjardon) 2010-10-02 17:13:06 UTC
Created attachment 171578 [details] [review]
Use PACKAGE_URL for project webpage
Comment 3 Dodji Seketeli 2010-10-03 09:36:07 UTC
Comment on attachment 171577 [details] [review]
Update autotools configuration

Patch looks good, please feel free to commit.

Thank you for your time, Javier.
Comment 4 Dodji Seketeli 2010-10-03 09:37:04 UTC
Comment on attachment 171578 [details] [review]
Use PACKAGE_URL for project webpage

This patch is OK to commit to master.

Thanks.
Comment 5 Javier Jardón (IRC: jjardon) 2010-10-03 13:03:31 UTC
Comment on attachment 171577 [details] [review]
Update autotools configuration

commit d80e9b3bc969bb2ce9d7f2f78f9cdfcb2be7863a
Comment 6 Javier Jardón (IRC: jjardon) 2010-10-03 13:03:43 UTC
Comment on attachment 171578 [details] [review]
Use PACKAGE_URL for project webpage

commit 0e21c5f855407a580766757586598fb0d78c5d42
Comment 7 Javier Jardón (IRC: jjardon) 2010-10-03 13:04:33 UTC
Thanks for your reviews Dodji!

This problem has been fixed in the development version. The fix will be available in the next major software release.