* configure.in: Remove unused variables LINTL and INTLDEPS.

This commit is contained in:
Pavel Roskin 2001-09-10 20:10:43 +00:00
parent c69f80cc61
commit fea1e1867e
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2001-09-10 Pavel Roskin <proski@gnu.org>
* configure.in: Remove unused variables LINTL and INTLDEPS.
* configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
building with included gettext, because libintl.h is copied
there.

View File

@ -39,15 +39,9 @@ dnl
dnl Internationalization
dnl
AM_GNU_GETTEXT
INTLDEPS=
LINTL=
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
LINTL='-L$(top_builddir)/intl -lintl'
INTLDEPS='$(top_builddir)/intl/libintl.a'
fi
AC_SUBST(LINTL)
AC_SUBST(INTLDEPS)
dnl
dnl Hack to make extraconf.h visible even if compiling outside srcdir.