> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> - Integrating the Fetish GNUMakefile/Makefile.maint machinery
I've gave the first stab to it. There are still a few references to
its origins, but I'm confident we can have something common between
Fetish and Autoconf, putting all
> Index: .prev-version
Minor nit, but could this be a more dos-friendly name (no leading dot
supported)?
> +# Systems where /bin/sh is not the default shell need this. The $(shell)
> +# command below won't work with e.g. stock DOS/Windows shells.
> +SHELL = /bin/sh
This sounds a bit like the $(
On Monday 04 June 2001 7:35 pm, Gary V. Vaughan wrote:
> On Monday 04 June 2001 6:01 pm, [EMAIL PROTECTED] wrote:
> > Apparently aclocal (in automake 1.4-p2) isn't prepared for configure.ac
> > instead of configure.in --
> >
> > aclocal: couldn't open `configure.in': No such file or directory
>
On Jun 6, 2001, Stephen L Moshier <[EMAIL PROTECTED]> wrote:
> The libobjc/configure script in the cvs archive is not the same as
> the one that gets generated during the build. For some reason make
> insists on running autoconf, which generates a libobjc/configure
> file about 50 Kbytes larger