From: cgd Date: Thu, 2 Oct 2003 18:37:49 +0000 (+0000) Subject: 2003-10-02 Chris Demetriou X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8dc5964c2939b846ead88c066f8e18600578995c;p=pf3gnuchains%2Fsourceware.git 2003-10-02 Chris Demetriou * configure.in (EXP_LIB_SPEC): Use ${libdir} rather than ${exec_prefix}/lib. * configure: Regenerate. --- diff --git a/expect/ChangeLog b/expect/ChangeLog index f6bc58eef9..c54ebb12f2 100644 --- a/expect/ChangeLog +++ b/expect/ChangeLog @@ -1,3 +1,9 @@ +2003-10-02 Chris Demetriou + + * configure.in (EXP_LIB_SPEC): Use ${libdir} rather than + ${exec_prefix}/lib. + * configure: Regenerate. + 2003-07-15 Alexandre Oliva * aclocal.m4 (CY_AC_PATH_TCLCONFIG): Use .../tcl/win, not cygwin. diff --git a/expect/configure b/expect/configure index 0349656308..faf97d3289 100755 --- a/expect/configure +++ b/expect/configure @@ -6087,7 +6087,7 @@ if test $ac_cv_sys_long_file_names = no; then fi EXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}" -EXP_LIB_SPEC="-L\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}" +EXP_LIB_SPEC="-L\${libdir} -lexpect${EXP_LIB_VERSION}" EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}.a EXP_BUILD_LIB_SPEC=${EXP_UNSHARED_LIB_FILE} diff --git a/expect/configure.in b/expect/configure.in index db637f2ee3..e148ac3442 100644 --- a/expect/configure.in +++ b/expect/configure.in @@ -1165,7 +1165,7 @@ if test $ac_cv_sys_long_file_names = no; then fi EXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}" -EXP_LIB_SPEC="-L\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}" +EXP_LIB_SPEC="-L\${libdir} -lexpect${EXP_LIB_VERSION}" EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}.a EXP_BUILD_LIB_SPEC=${EXP_UNSHARED_LIB_FILE}