* configure.in: Remove unused variables LINTL and INTLDEPS.
Этот коммит содержится в:
родитель
c69f80cc61
Коммит
fea1e1867e
@ -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.
|
||||
|
@ -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.
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user