[Webkit-unassigned] [Bug 23823] [Gtk] Running automake fails with current automake/libtool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 17:20:08 PST 2009


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





------- Comment #6 from gns at gnome.org  2009-02-12 17:20 PDT -------
This change is bogus, I believe. WebKit's configure.ac already calls the
AC_PROG_CXX macro through WEBKIT_INIT, which is defined in its webkit.m4, and
protects the call so that CXXFLAGS is not modified incorrectly. With this
change debugging symbols are being added because the first AC_PROG_CXX is not
protected to not allow CXXFLAGS modification. This caused:
https://bugs.webkit.org/show_bug.cgi?id=23939

We need a better way to shut up automake1.10, although my (Debian) automake
1.10 did not complain about AC_PROG_CXX missing when I removed the call added
by this change.


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



More information about the webkit-unassigned mailing list