OSDN Git Service

2003-10-02 Chris Demetriou <cgd@broadcom.com>
authorcgd <cgd>
Thu, 2 Oct 2003 18:37:49 +0000 (18:37 +0000)
committercgd <cgd>
Thu, 2 Oct 2003 18:37:49 +0000 (18:37 +0000)
        * configure.in (EXP_LIB_SPEC): Use ${libdir} rather than
        ${exec_prefix}/lib.
        * configure: Regenerate.

expect/ChangeLog
expect/configure
expect/configure.in

index f6bc58e..c54ebb1 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-02  Chris Demetriou  <cgd@broadcom.com>
+
+       * configure.in (EXP_LIB_SPEC): Use ${libdir} rather than
+       ${exec_prefix}/lib.
+       * configure: Regenerate.
+
 2003-07-15  Alexandre Oliva  <aoliva@redhat.com>
 
        * aclocal.m4 (CY_AC_PATH_TCLCONFIG): Use .../tcl/win, not cygwin.
index 0349656..faf97d3 100755 (executable)
@@ -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}
 
index db637f2..e148ac3 100644 (file)
@@ -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}