[Webkit-unassigned] [Bug 19977] Remove handmade autogen.sh in favor of autoreconf -i

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 02:55:39 PDT 2008


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





------- Comment #1 from landry at fr.homeunix.org  2008-07-16 02:55 PDT -------
After multiple tests, autogen.sh can effectively be replaced by a call to
'autoreconf --install', followed by a call to 'automake --add-missing --copy'
to cope with a bug in autoreconf not installing install-sh, missing and depcomp
(cf
http://www.freesoftwaremagazine.com/books/agaal/configuring_a_project_with_autoconf
for details)
Documenting this procedure in an INSTALL file could be a good option :)
autogen.sh scripts tend to be deprecated..


-- 
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