From: Akim Demaille Date: Fri, 4 May 2001 09:31:44 +0000 (+0000) Subject: * configure.in: Set perllibdir. X-Git-Tag: handle-languages~26 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=508196d3f67419beaa43a8bd80d07dc1dac2f9d7;p=automake.git * configure.in: Set perllibdir. From Dave Morrison. --- diff --git a/ChangeLog b/ChangeLog index 005939db..9bee3f09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-04 Akim Demaille + + * configure.in: Set perllibdir. + From Dave Morrison. + 2001-05-04 Ralf Corsepius * automake.in ($pkgdata_dir): New. diff --git a/configure b/configure index 932867a0..625a8b0a 100755 --- a/configure +++ b/configure @@ -861,12 +861,14 @@ fi ACLOCAL="`pwd`/aclocal --acdir=m4" -AUTOMAKE="`pwd`/automake --amdir=." +# $AUTOMAKE is always run after a `cd $top_srcdir', hence `.' is really +# what we want for perllibdir and amdir. +AUTOMAKE="perllibdir=./lib `pwd`/automake --amdir=." # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:870: checking for $ac_word" >&5 +echo "configure:872: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index 8a6b49a0..09f48066 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,9 @@ AC_INIT(automake.in) AM_INIT_AUTOMAKE(automake, 1.4e) ACLOCAL="`pwd`/aclocal --acdir=m4" -AUTOMAKE="`pwd`/automake --amdir=." +# $AUTOMAKE is always run after a `cd $top_srcdir', hence `.' is really +# what we want for perllibdir and amdir. +AUTOMAKE="perllibdir=./lib `pwd`/automake --amdir=." AC_PATH_PROG(PERL, perl) if test -z "$PERL"; then