<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>19977</bug_id>
          
          <creation_ts>2008-07-10 13:56:35 -0700</creation_ts>
          <short_desc>Remove handmade autogen.sh in favor of autoreconf -i</short_desc>
          <delta_ts>2024-04-19 08:54:22 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Landry Breuil">landry</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>alp</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>gsnedders</cc>
    
    <cc>jbedard</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>85638</commentid>
    <comment_count>0</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2008-07-10 13:56:35 -0700</bug_when>
    <thetext>There&apos;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&apos;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&apos;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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>86023</commentid>
    <comment_count>1</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2008-07-16 02:55:39 -0700</bug_when>
    <thetext>After multiple tests, autogen.sh can effectively be replaced by a call to &apos;autoreconf --install&apos;, followed by a call to &apos;automake --add-missing --copy&apos; 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..</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2029853</commentid>
    <comment_count>2</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-04-19 08:54:22 -0700</bug_when>
    <thetext>We have following reference of &apos;autogen.sh&apos; in WebKit upstream code.


https://github.com/search?q=repo%3AWebKit%2FWebKit%20autogen.sh&amp;type=code</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>