X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure;h=368b045da5d7f3aa354f444db5146db1ea46cd87;hp=a2550f01387d3b574715061b880dd303da985abc;hb=58552e8c761a70f8f0bd591fecdf576fa8216e3e;hpb=1b540608eae9a714c0c4195310f25c1a1897ae89 diff --git a/configure b/configure index a2550f01..368b045d 100755 --- a/configure +++ b/configure @@ -4957,7 +4957,7 @@ test -z "$cf_cv_libtool_version" && unset cf_cv_libtool_version echo "$as_me: error: Cannot find libtool" >&2;} { (exit 1); exit 1; }; } fi - LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} ${LIBTOOL_VERSION} `cut -f1 ${top_srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o' + LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${libdir} ${LIBTOOL_VERSION} `cut -f1 ${top_srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o' LIB_OBJECT='${OBJECTS:.o=.lo}' LIB_SUFFIX=.la LIB_CLEAN='${LIBTOOL} --mode=clean'