Re: AC_DEFINE problem

2004-09-03 Thread Frederik Fouvry
,-- On Fri, 3 Sep 2004 17:38:13 +0200, Stephane Bortzmeyer wrote: | | On Thu, Sep 02, 2004 at 08:40:29PM +0200, | Frederik Fouvry <[EMAIL PROTECTED]> wrote | a message of 23 lines which said: | | > [AC_DEFINE(SVR4) | ... | > autoheader: warning: missing template: SVR4 | > autoheader: Us

Re: AC_DEFINE problem

2004-09-03 Thread Stephane Bortzmeyer
On Thu, Sep 02, 2004 at 08:40:29PM +0200, Frederik Fouvry <[EMAIL PROTECTED]> wrote a message of 23 lines which said: > [AC_DEFINE(SVR4) ... > autoheader: warning: missing template: SVR4 > autoheader: Use AC_DEFINE([SVR4], [], [Description]) AC_DEFINE(SVR4,,[We run on System V Release 4]

AC_DEFINE problem

2004-09-02 Thread Frederik Fouvry
Hi, When I try the example from the manual for Autoconf AC_CHECK_HEADER(elf.h, [AC_DEFINE(SVR4) LIBS="$LIBS -lelf"]) I get a warning from autoheader: $ autoheader autoheader: warning: missing template: SVR4 autoheader: Use AC_DEFINE([SVR4], [], [Description]) Is AC_DEFINE no