mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
intltool: Update to 0.51
Upstream has moved. @GNOME only has old versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -25,7 +25,7 @@ AC_MSG_CHECKING([for XML::Parser])
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -27,7 +27,7 @@ AC_MSG_CHECKING([for XML::Parser])
|
||||
if `$PERL -e "require XML::Parser" 2>/dev/null`; then
|
||||
AC_MSG_RESULT([ok])
|
||||
else
|
||||
- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
|
||||
+ AC_MSG_RESULT([XML::Parser perl module is required for some intltool utilitities])
|
||||
+ AC_MSG_RESULT([XML::Parser perl module is required for intltool])
|
||||
fi
|
||||
AC_PATH_PROG(BZR, bzr)
|
||||
|
||||
AC_OUTPUT([
|
||||
--- a/intltool.m4
|
||||
+++ b/intltool.m4
|
||||
@@ -127,7 +127,7 @@ if test "x$2" != "xno-xml"; then
|
||||
@@ -148,7 +148,7 @@ if test "x$2" != "xno-xml"; then
|
||||
if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
|
||||
AC_MSG_RESULT([ok])
|
||||
else
|
||||
- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
|
||||
+ AC_MSG_RESULT([XML::Parser perl module is required for some intltool utilitities])
|
||||
+ AC_MSG_RESULT([XML::Parser perl module is required for intltool])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user