This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] boehm-gc -- major cleanup
- From: Kelley Cook <kcook34 at ford dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Nathanael Nerode <neroden at twcny dot rr dot com>
- Date: Fri, 27 Feb 2004 09:52:35 -0500
- Subject: Re: [committed] boehm-gc -- major cleanup
- Hop-count: 1
- References: <20040227005743.GA30005@twcny.rr.com>
- Reply-to: Kelley Cook <kelleycook at yahoo dot com>
Hi Nathanel,
> So anyway, I discovered that the copy of libtool in boehm-gc *wasn't
> being used* -- the top level one was being used -- and so could be
> deleted.
>
> This meant I could remove the reference to AC_CONFIG_AUX_DIR(.) (which
> is overridden later anyway). Having done that, I could then remove
> mkinstalldirs, install-sh, config.sub, and config.guess (since the
> top level versions are now used).
> ...
>
> * ltconfig, ltmain.sh: Remove unused files.
> * configure.in: Remove bogus extra early invocation of
> AC_CONFIG_AUX_DIR.
> * configure: Regenerate.
> * mkinstalldirs, install-sh, config.sub, config.guess:
> Remove (now) unused files.
> * Makefile.in: Regenerate (losing references to vanished
> files).
I would think that this particular patch would be a good candidate for
the 3.4 branch too. No sense in distributing unused code.
Kelley Cook