[Webkit-unassigned] [Bug 117334] New: [GTK] autoreconf fails to find some macros without -I Source/autotools

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 02:07:20 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117334

           Summary: [GTK] autoreconf fails to find some macros without -I
                    Source/autotools
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pochu27 at gmail.com


If I run `autoreconf -fiv' on a webkitgtk tarball I get:

libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `Source/autotools'.
libtoolize: copying file `Source/autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `Source/autotools'.
libtoolize: copying file `Source/autotools/libtool.m4'
libtoolize: copying file `Source/autotools/ltoptions.m4'
libtoolize: copying file `Source/autotools/ltsugar.m4'
libtoolize: copying file `Source/autotools/ltversion.m4'
libtoolize: copying file `Source/autotools/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.ac.
libtoolize: Consider adding `-I Source/autotools' to ACLOCAL_AMFLAGS in Makefile.am.

This is a problem with some versions of aclocal such as 1.11. 1.13 seems to work even though it still throws that message. We should probably add ACLOCAL_AMFLAGS+="-I Source/autotools" to be on the safe side.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list