From 9d3c22904a588362595d9719a5f7246264150df2 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Wed, 1 Feb 2006 01:23:53 +0000 Subject: * include gnulib changes --- configure | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure') 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= -- cgit v1.2.3