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 724288 - AC_USE_SYSTEM_EXTENSIONS is called too early
AC_USE_SYSTEM_EXTENSIONS is called too early
Status: RESOLVED FIXED
Product: totem-pl-parser
Classification: Core
Component: General
3.10.x
Other FreeBSD
: Normal normal
: ---
Assigned To: totem-pl-parser-maint
totem-pl-parser-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-13 13:19 UTC by Ting-Wei Lan
Modified: 2014-03-04 01:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Call AC_USE_SYSTEM_EXTENSIONS after AM_INIT_AUTOMAKE (882 bytes, patch)
2014-02-13 13:24 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-02-13 13:19:47 UTC
Calling AC_USE_SYSTEM_EXTENSIONS before AM_INIT_AUTOMAKE causes install-sh and missing script cannot be found. This causes error when installing totem-pl-parser.
Comment 1 Bastien Nocera 2014-02-13 13:22:48 UTC
From:

commit 4a33f380b464ac3205b64174d8110330bb7251e0
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Jan 4 10:58:25 2013 +0000

    configure.ac: Do not use deprecated autoconf macros
Comment 2 Ting-Wei Lan 2014-02-13 13:24:13 UTC
Created attachment 269004 [details] [review]
Call AC_USE_SYSTEM_EXTENSIONS after AM_INIT_AUTOMAKE
Comment 3 Javier Jardón (IRC: jjardon) 2014-02-13 13:42:56 UTC
The patch should fix the issue, but seems this is a bug in automake 1.14:

http://lists.gnu.org/archive/html/bug-automake/2013-11/msg00007.html
Comment 4 Allison Karlitskaya (desrt) 2014-03-02 14:10:13 UTC
Any reason not to apply this?  Seems like a pretty harmless shuffling.
Comment 5 Philip Withnall 2014-03-03 23:52:50 UTC
> Any reason not to apply this?  Seems like a pretty harmless shuffling.

No reason at all. Pushed to master. Thanks for the prodding.

Attachment 269004 [details] pushed as eefd562 - Call AC_USE_SYSTEM_EXTENSIONS after AM_INIT_AUTOMAKE
Comment 6 Allison Karlitskaya (desrt) 2014-03-04 01:54:25 UTC
Thanks!