* configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
Remove "potfiles" command. * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for compatibility with gettext 0.10.x.
Этот коммит содержится в:
родитель
49fa4f649c
Коммит
965a9d6b16
@ -1,5 +1,10 @@
|
||||
2002-09-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
|
||||
Remove "potfiles" command.
|
||||
* acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
|
||||
compatibility with gettext 0.10.x.
|
||||
|
||||
* autogen.sh: Use autopoint for gettext 0.11.5 and above. Don't
|
||||
allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
|
||||
|
||||
|
@ -667,3 +667,6 @@ AC_DEFUN([AC_EXT2_UNDEL], [
|
||||
fi
|
||||
])
|
||||
|
||||
dnl The next line is for compatibility with gettext 0.10.x
|
||||
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
|
||||
|
||||
|
@ -72,6 +72,8 @@ dnl
|
||||
dnl Internationalization
|
||||
dnl
|
||||
AM_GNU_GETTEXT
|
||||
AM_GNU_GETTEXT_VERSION(0.11.5)
|
||||
|
||||
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
||||
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
|
||||
fi
|
||||
@ -698,9 +700,6 @@ doc/ru/mc.1 doc/ru/Makefile
|
||||
intl/Makefile po/Makefile.in
|
||||
])
|
||||
|
||||
AC_CONFIG_COMMANDS(potfiles,
|
||||
[grep ^top_builddir po/Makefile.in >/dev/null && sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
if test "x$screen_type" = xslang; then
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user