diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-02-01 01:23:53 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-02-01 01:23:53 +0000 |
commit | 9d3c22904a588362595d9719a5f7246264150df2 (patch) | |
tree | 16fffd24428154801b1938fc9ec96b5e5f5ef5e7 /configure | |
parent | 8f646a2cfa6d68125bc7e18fe70a9a056a167367 (diff) | |
download | idutils-9d3c22904a588362595d9719a5f7246264150df2.tar.gz idutils-9d3c22904a588362595d9719a5f7246264150df2.tar.bz2 idutils-9d3c22904a588362595d9719a5f7246264150df2.zip |
* include gnulib changes
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -10999,11 +10999,9 @@ echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6 if test "$nls_cv_use_gnu_gettext" = "yes"; then BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes - INTLDIR="\${top_builddir}/intl" - LIBINTL="${INTLDIR}/libintl.a $LIBICONV" - LTLIBINTL="${INTLDIR}/libintl.a $LTLIBICONV" + LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV" + LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` - CPPFLAGS="$CPPFLAGS -I${INTLDIR}" fi CATOBJEXT= |