From a4ed543319d30bbc0b28efb61f8e344b46382bab Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 27 Feb 2007 17:21:10 +0000 Subject: =?UTF-8?q?Bug=20412654=20=E2=80=93=20SED=20variable=20undefined?= =?UTF-8?q?=20in=20the=20`libtool=20--config'=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-02-27 Behdad Esfahbod Bug 412654 – SED variable undefined in the `libtool --config' output used by configure * configure.in: export SED before calling libtool svn path=/trunk/; revision=2206 --- ChangeLog | 7 +++++++ configure.in | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0f0b66e..c10222b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-27 Behdad Esfahbod + + Bug 412654 – SED variable undefined in the `libtool --config' output + used by configure + + * configure.in: export SED before calling libtool + 2007-02-26 Tor Lillqvist This change was supposed to go in the trunk before 1.16.0, but it diff --git a/configure.in b/configure.in index e2ed1c44..9c9f213f 100644 --- a/configure.in +++ b/configure.in @@ -681,6 +681,7 @@ AC_ARG_ENABLE(explicit-deps, AC_MSG_CHECKING([Whether to write dependencies into .pc files]) case $enable_explicit_deps in auto) + export SED deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh` if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then enable_explicit_deps=yes -- cgit v1.2.1