[webkit-reviews] review requested: [Bug 22714] Clean up some autotools warnings : [Attachment 25820] Add autotools flags as requested by current autotools versions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 6 13:30:58 PST 2008


Daniel Macks <dmacks at netspace.org> has asked  for review:
Bug 22714: Clean up some autotools warnings
https://bugs.webkit.org/show_bug.cgi?id=22714

Attachment 25820: Add autotools flags as requested by current autotools
versions
https://bugs.webkit.org/attachment.cgi?id=25820&action=review

------- Additional Comments from Daniel Macks <dmacks at netspace.org>
With this patch, autogen gives:

>libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
>libtoolize: linking file `m4/libtool.m4'
>libtoolize: linking file `m4/ltoptions.m4'
>libtoolize: linking file `m4/ltsugar.m4'
>libtoolize: linking file `m4/ltversion.m4'
>libtoolize: linking file `m4/lt~obsolete.m4'
>libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Looks like libtool is doing a simple grep in Makefile.am, doesn't know WebKit
uses GNUmakefile.am instead. Why *does* it use GNUmakefile instead of Makefile?


More information about the webkit-reviews mailing list