Schnaeppchen, die wirklich günstig sind.

2003-01-09 Thread schnaeppchenwaren.de
Wir möchten Sie herzlich willkommen heißen zu unserem SchnäppchenNewsletter 01/2003. Alles Gute im Neuen Jahr! Wir haben wieder tolle Angebote für Sie. === - Die Universalfernbedienung rapide gesenkt von 29.00 Euro auf 10.90 Euro. Der absolute Ren

AC_LIBOBJ

2003-01-09 Thread Andy Smith
Hi folks, apologies if I have missed something obvious, but I don't seem to understand how one should use AC_LIBOBJ? I have taken the AC_FUNC_SNPRINTF macro from the ac-archive and put it in acsite.m4. This macro calls AC_LIBOBJ(snprintf) if the system's snprintf is missing or broken. In my pro

comma separated lists

2003-01-09 Thread Bruno Haible
Hi, 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?! In m4 commas are used delimit things with different semantics, for example the first and the sec

Re: AC_LIBOBJ

2003-01-09 Thread Andy Smith
On Thu, Jan 09, 2003 at 10:43:09PM +, Andy Smith wrote: > Hi folks, > > apologies if I have missed something obvious, but I don't seem to > understand how one should use AC_LIBOBJ? Sorry to reply to my own email, but I've discoevered two things: Firstly, by accident, I got it working by doin