This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] boehm-gc -- major cleanup


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]