Re: autoheader problem

2007-02-19 Thread Daniel
Now I successfully suceed in correcting the problem, thanks again for your help ;-) Daniel On 2/17/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Daniel, * Daniel wrote on Sat, Feb 17, 2007 at 02:10:55PM CET: > > The process signals me some errors, one of these is related to autoheader.

Re: autoheader problem

2007-02-17 Thread Ralf Wildenhues
Hello Daniel, * Daniel wrote on Sat, Feb 17, 2007 at 02:10:55PM CET: > > The process signals me some errors, one of these is related to autoheader. [... snipping everything but the interesting warning ...] > autoheader: warning: missing template: WORDS_BIGENDIAN > autoheader: Use AC_DEFINE([WORD

Re: autoheader problem

2001-10-22 Thread Russ Allbery
Wayne F Davis <[EMAIL PROTECTED]> writes: > I'm getting the following error when running autoheader: > $ autoheader > /usr/bin/autoheader: Symbol `ENABLE_BLOWFISH' is not covered by > /usr/share/autoconf/acconfig.h > I have the following in my config.h.in: > #undef ENABLE_BLOWFISH > Shouldn't t

Re: autoheader problem

2001-03-27 Thread Alexandre Oliva
On Mar 27, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote: > * autoheader.sh (config_h): Be robust to new lines when extracting > the first argument of AC_CONFIG_HEADERS. > Reported by Lars J. Aas. Looks good to me, thanks! Except that you may want to quote the $2, just i

Re: autoheader problem

2001-03-27 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> The autoheader utility seems to deal fine with Lars> AC_CONFIG_HEADERS([config.h include/Inventor/SbBasic.h Lars> include/Inventor/system/inttypes.h]) Lars> but not with Lars> AC_CONFIG_HEADERS([ config.h include/Inventor/SbBasic.h La