Leuven, E. a écrit :

i see the same, and yes ./m4 is there...

So just do:

$ aclocal -I ./m4

And be done with it!

Looking at autogen.sh, I don't understand why it doesn't work.
Abdel.



-----Original Message-----
From: news on behalf of Abdelrazak Younes
Sent: Fri 4/28/06 23:43
To: lyx-devel@lists.lyx.org
Subject:  Re: Call for Windows developers

Leuven, E. a écrit :
>> I see, you don't have the aclocal (perl) program.

autogen.sh has this:
ACLOCAL="aclocal -I ${PWD}/m4"
if ( $ACLOCAL --version ) < /dev/null > /dev/null 2>&1; then

Please try this:
aclocal -I ./m4 --version

Here it gives:
aclocal (GNU automake) 1.9.6
Written by Tom Tromey <[EMAIL PROTECTED]>

By the way, you have ./m4 right?

Abdel.

>
> but i have:
>
> $ which aclocal
> /usr/bin/aclocal
>
> $ which aclocal-1.9
> /usr/bin/aclocal-1.9
>
> ...
>



Reply via email to