From: Adam Gregoire (no email)
Date: Thu Jan 03 2002 - 14:05:38 EST
[ebola at ebola aspseek]$ autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: missing template: PAGE_SHIFT
autoheader: missing template: PAGE_SIZE
[ebola at ebola aspseek]$ ls -l include/aspseek.h
Adam
>
> And this was the root of the problem.
>
>
> include/aspseek-cfg.h.in is created from acconfig.h by autoheader
> (there is even a note about it at the top of aspseek-cfg.h.in)
> autoheader is executed by cvsprep.
>
> You should:
> 1. remove include/aspseek-cfg.h*
> 2. run autoheader
> 3. re-run configure with your favourite options
>
|
|
|