]> sourceware.org Git - automake.git/commitdiff
* configure.in: Set perllibdir.
authorAkim Demaille <akim@epita.fr>
Fri, 4 May 2001 09:31:44 +0000 (09:31 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 4 May 2001 09:31:44 +0000 (09:31 +0000)
From Dave Morrison.

ChangeLog
configure
configure.in

index 005939dba92c656a3a2d79d60767d3ace8fd03a0..9bee3f0983bb6f1a53ee492290fcce842e382570 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-04  Akim Demaille  <akim@epita.fr>
+
+       * configure.in: Set perllibdir.
+       From Dave Morrison.
+
 2001-05-04  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
 
        * automake.in ($pkgdata_dir): New.
index 932867a0c8131b4cc75096c932bc1c2ffc24ddc4..625a8b0a212dc67aa82bad8d2a21bfd1e41b262a 100755 (executable)
--- 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
index 8a6b49a0df768e566ce9f2d5a862e19a03cc6a3a..09f480660bb7ca04cf0e4e9ca977d2f5f8d386bd 100644 (file)
@@ -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
This page took 0.037429 seconds and 5 git commands to generate.