>>> "Andy" == Andy Smith <[EMAIL PROTECTED]> writes:
[...]
Andy> But when I do "autoconf && automake" I get:
Andy> src/Makefile.am:9: @LTLIBOBJS@ seen but never set in `configure.in'
Andy> src/Makefile.am:13: @LIBOBJS@ seen but never set in `configure.in'
Andy> src/Makefile.am:18: @LIBOBJS@
Richard Dawe wrote:
Hello.
I've ported autoconf 2.57 and automake 1.7.2 to DJGPP, based on Tim van
Holder's work.
Unfortunately DESTDIR support is currently broken for DJGPP.
The reason is that the generated Makefiles do things like
$(DESTDIR)$(binprefix). $(binprefix) could be something like c:
Hello.
Earnie Boyd wrote:
>
> Richard Dawe wrote:
> > Hello.
> >
> > I've ported autoconf 2.57 and automake 1.7.2 to DJGPP, based on Tim van
> > Holder's work.
> >
> > Unfortunately DESTDIR support is currently broken for DJGPP.
> > The reason is that the generated Makefiles do things like
> > $(
On Fri, 2003-01-10 at 14:27, Richard Dawe wrote:
> Hello.
>
> I've ported autoconf 2.57 and automake 1.7.2 to DJGPP, based on Tim van
> Holder's work.
>
> Unfortunately DESTDIR support is currently broken for DJGPP.
> The reason is that the generated Makefiles do things like
> $(DESTDIR)$(binpref
Bruno Haible writes:
> AC_CHECK_HEADERS wants a whitespace separated list.
> AC_CHECK_FUNCS wants a whitespace separated list.
> AC_CHECK_DECLS wants a comma separated list.
> AC_LIBSOURCES wants a comma separated list.
>
> Why?!
The advantage of comma-separated lists are that they can be process
On Fri, Jan 10, 2003 at 10:56:43AM +0100, Alexandre Duret-Lutz wrote:
> >>> "Andy" == Andy Smith <[EMAIL PROTECTED]> writes:
>
> [...]
>
> Andy> But when I do "autoconf && automake" I get:
>
> Andy> src/Makefile.am:9: @LTLIBOBJS@ seen but never set in `configure.in'
> Andy> src/Makefile.am:13