ok.
so I've been away from the machines...
if I run ./autogen.sh
both in fedora 11 and 13 and the current svn gem:
./configure moves until:
"checking for a BSD-compatible install... /usr/bin/install -c"
and then loops back to:
"checking whether build environment is sane... yes"
for ever...
I should mention that until recently i never used ./autogen.sh. I used instead aclocal and then autoconf and worked fine.
thanks!
J
On 2010-10-20 03:29, Jaime Oliver wrote:> any ideas?
> hi iohannes, thanks for your reply
>
>
>
it seems like the macros are not properly found.
make sure you:
- have the file "src/m4/gem.m4"
(this file holds the macros you seem to be missing)
- have correctly run:
$ cd ..../Gem/src && ./autogen.sh
before running ./configure
are there any errors when running ./autogen.sh?
fgmasdr
IOhannes