mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
building with included gettext, because libintl.h is copied there.
This commit is contained in:
parent
192d6c1853
commit
35ef57ca76
@ -1,3 +1,9 @@
|
|||||||
|
2001-09-10 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
|
||||||
|
building with included gettext, because libintl.h is copied
|
||||||
|
there.
|
||||||
|
|
||||||
2001-09-09 Pavel Roskin <proski@gnu.org>
|
2001-09-09 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* NEWS: Update.
|
* NEWS: Update.
|
||||||
|
@ -42,7 +42,7 @@ AM_GNU_GETTEXT
|
|||||||
INTLDEPS=
|
INTLDEPS=
|
||||||
LINTL=
|
LINTL=
|
||||||
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
||||||
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
|
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
|
||||||
LINTL='-L$(top_builddir)/intl -lintl'
|
LINTL='-L$(top_builddir)/intl -lintl'
|
||||||
INTLDEPS='$(top_builddir)/intl/libintl.a'
|
INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user