bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing perllibdir for aclocal in configure.in


From: Nicolas Joly
Subject: missing perllibdir for aclocal in configure.in
Date: Fri, 4 Jan 2002 14:28:57 +0100
User-agent: Mutt/1.2.5i

Hi,

I joust found a small problem with CVS automake. `aclocal' now use
Perl packages and then needs `perllibdir' to be set (as automake
already use) in `configure.in'.

ACLOCAL="`pwd`/aclocal --acdir=m4"

should be

ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4"

This prevents `aclocal.m4' file generation on systems whithout a
recent automake installed (v1.5a or later).

address@hidden [temp/automake]> touch configure.in
address@hidden [temp/automake]> gmake 
cd . && /home/njoly/temp/automake/aclocal --acdir=m4 
Can't locate Automake/General.pm in @INC (@INC contains:
/usr/local/share/automake /local/lib/perl5/5.6.1/alpha-dec_osf
/local/lib/perl5/5.6.1 /local/lib/perl5/site_perl/5.6.1/alpha-dec_osf
/local/lib/perl5/site_perl/5.6.1 /local/lib/perl5/site_perl .) at
/home/njoly/temp/automake/aclocal line 35.
BEGIN failed--compilation aborted at /home/njoly/temp/automake/aclocal
line 35.
gmake: *** [aclocal.m4] Error 2

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]