mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +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>
|
||||
|
||||
* NEWS: Update.
|
||||
|
@ -42,7 +42,7 @@ AM_GNU_GETTEXT
|
||||
INTLDEPS=
|
||||
LINTL=
|
||||
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'
|
||||
INTLDEPS='$(top_builddir)/intl/libintl.a'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user