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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 13:56:35 PDT 2008


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

           Summary: Remove handmade autogen.sh in favor of autoreconf -i
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: landry at fr.homeunix.org


There's no real need to have a handmade autogen.sh when this facility is
provided by autoreconf -i : autoreconf comes with autoconf package and takes
care of running aclocal/autoheader/autoconf/automake in the right order. -i is
the equivalent of --add-missing for autoconf.

- also, there's no need to touch empty README/INSTALL.. just provide real ones.

- this is maybe a return of bug https://bugs.webkit.org/show_bug.cgi?id=16665,
i agree with the OP, auto* system should not call configure too. It's only here
to prepare things for configure.

- $top_srcdir in autogen.sh is undefined, this may lead to errors. (trying to
remove something in / is bad :)

Btw, removing autogen.sh in favor of documenting and using autoreconf -i
instead allows to build in a separate directory, like requested in a previous
bug.


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