GNOME Bugzilla – Bug 724288
AC_USE_SYSTEM_EXTENSIONS is called too early
Last modified: 2014-03-04 01:54:25 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.
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
Created attachment 269004 [details] [review] Call AC_USE_SYSTEM_EXTENSIONS after AM_INIT_AUTOMAKE
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
Any reason not to apply this? Seems like a pretty harmless shuffling.
> 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
Thanks!