summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2006-02-01 01:23:53 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2006-02-01 01:23:53 +0000
commit9d3c22904a588362595d9719a5f7246264150df2 (patch)
tree16fffd24428154801b1938fc9ec96b5e5f5ef5e7 /configure
parent8f646a2cfa6d68125bc7e18fe70a9a056a167367 (diff)
downloadidutils-9d3c22904a588362595d9719a5f7246264150df2.tar.gz
idutils-9d3c22904a588362595d9719a5f7246264150df2.tar.bz2
idutils-9d3c22904a588362595d9719a5f7246264150df2.zip
* include gnulib changes
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 1b4dceb..00d36ee 100755
--- a/configure
+++ b/configure
@@ -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=