[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Two incomplete lines (FT_MUNMAP_*) in builds/unix/configure.
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Two incomplete lines (FT_MUNMAP_*) in builds/unix/configure.ac |
Date: |
Sat, 18 Jan 2003 06:32:33 +0100 (CET) |
> ./configure: line 4439: FT_MUNMAP_DECL: command not found
> ./configure: line 4440: FT_MUNMAP_PARAM: command not found
>
> These seem to originate from builds/unix/configure.ac:
>
> [...]
>
> Note quite sure what they are supposed to be, but just thought that
> you may like to know. :-)
I think this is due to your building process of configure files. In
the CVS version, aclocal.m4 contains definitions of FT_MUNMAP_*. The
definitions are duplicated in ft-munmap.m4.
Seems you have forgotten to add the `-I.' switch while calling
`aclocal' :-)
Werner