mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: Remove unused variables LINTL and INTLDEPS.
This commit is contained in:
parent
c69f80cc61
commit
fea1e1867e
@ -1,5 +1,7 @@
|
|||||||
2001-09-10 Pavel Roskin <proski@gnu.org>
|
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
|
* configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
|
||||||
building with included gettext, because libintl.h is copied
|
building with included gettext, because libintl.h is copied
|
||||||
there.
|
there.
|
||||||
|
@ -39,15 +39,9 @@ dnl
|
|||||||
dnl Internationalization
|
dnl Internationalization
|
||||||
dnl
|
dnl
|
||||||
AM_GNU_GETTEXT
|
AM_GNU_GETTEXT
|
||||||
INTLDEPS=
|
|
||||||
LINTL=
|
|
||||||
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
||||||
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
|
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
|
||||||
LINTL='-L$(top_builddir)/intl -lintl'
|
|
||||||
INTLDEPS='$(top_builddir)/intl/libintl.a'
|
|
||||||
fi
|
fi
|
||||||
AC_SUBST(LINTL)
|
|
||||||
AC_SUBST(INTLDEPS)
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Hack to make extraconf.h visible even if compiling outside srcdir.
|
dnl Hack to make extraconf.h visible even if compiling outside srcdir.
|
||||||
|
Loading…
Reference in New Issue
Block a user