Re: AC_LIBOBJ

2003-01-10 Thread Alexandre Duret-Lutz
>>> "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@

Re: auto{conf,make} & DJGPP: DESTDIR

2003-01-10 Thread Earnie Boyd
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:

Re: auto{conf,make} & DJGPP: DESTDIR

2003-01-10 Thread Richard Dawe
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 > > $(

Re: auto{conf,make} & DJGPP: DESTDIR

2003-01-10 Thread Tim Van Holder
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

Re: comma separated lists

2003-01-10 Thread Peter Eisentraut
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

Re: AC_LIBOBJ

2003-01-10 Thread Andy Smith
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