You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Anuradha Ratnaweera <gn...@gmail.com> on 2005/12/05 10:07:53 UTC

More cleanups

Hi all,

The following files are autogenerated, hence generally they are not
committed into repositories.  Here are the files I found that is
*preferably* be removed from SVN, and can be generated with
autogen.sh.

Also notice that this does _not_ stop them from being included in the
final distribution when you run make dist, so the final users won't
need to have GNU tools.

- acinclude.m4
- configure
- Makefile.in (throughout the tree)
- all the files inside conftools/ (but the directory is needed)

This will also reduce some of the problems caused by specific versions
of automake / autoconf.  See also the "Rule of Generation".

http://www.catb.org/~esr/writings/taoup/html/ch01s06.html#id2878742

        Anuradha
--
http://anuradha-ratnaweera.blogspot.com
http://www.linux.lk/~anuradha/

Re: More cleanups

Posted by Anuradha Ratnaweera <gn...@gmail.com>.
On 12/5/05, Anuradha Ratnaweera <gn...@gmail.com> wrote:
>
> Please don't remove all the files just yet.  I'll confirm if I can do
> more testing.

Here goes the confirmation...;-)

        Anuradha
--
http://anuradha-ratnaweera.blogspot.com
http://www.linux.lk/~anuradha/

Re: More cleanups

Posted by Anuradha Ratnaweera <gn...@gmail.com>.
On 12/5/05, Anuradha Ratnaweera <gn...@gmail.com> wrote:
> On 12/5/05, Anuradha Ratnaweera <gn...@gmail.com> wrote:
> > The following files are autogenerated, hence generally they are not
> > committed into repositories.
>
> Just verified the list I sent was correct by running:
>
>     rm *.m4 configure conftools/*
>     find . -name 'Makefile.in' -exec rm {} \;
>
> And then I ran:
>
>     ./autogen.sh
>     ./configure
>
> and all the Makefile and Makefile.in files were created.

Please don't remove all the files just yet.  I'll confirm if I can do
more testing.

        Anuradha
--
http://anuradha-ratnaweera.blogspot.com
http://www.linux.lk/~anuradha/

Re: More cleanups

Posted by Anuradha Ratnaweera <gn...@gmail.com>.
On 12/5/05, Anuradha Ratnaweera <gn...@gmail.com> wrote:
> The following files are autogenerated, hence generally they are not
> committed into repositories.

Just verified the list I sent was correct by running:

    rm *.m4 configure conftools/*
    find . -name 'Makefile.in' -exec rm {} \;

And then I ran:

    ./autogen.sh
    ./configure

and all the Makefile and Makefile.in files were created.

        Anuradha
--
http://anuradha-ratnaweera.blogspot.com
http://www.linux.lk/~anuradha/