| 78 | | AC_SUBST(INTLTOOL_DESKTOP_RULE) |
| 79 | | AC_SUBST(INTLTOOL_DIRECTORY_RULE) |
| 80 | | AC_SUBST(INTLTOOL_KEYS_RULE) |
| 81 | | AC_SUBST(INTLTOOL_PROP_RULE) |
| 82 | | AC_SUBST(INTLTOOL_OAF_RULE) |
| 83 | | AC_SUBST(INTLTOOL_PONG_RULE) |
| 84 | | AC_SUBST(INTLTOOL_SERVER_RULE) |
| 85 | | AC_SUBST(INTLTOOL_SHEET_RULE) |
| 86 | | AC_SUBST(INTLTOOL_SOUNDLIST_RULE) |
| 87 | | AC_SUBST(INTLTOOL_UI_RULE) |
| 88 | | AC_SUBST(INTLTOOL_XAM_RULE) |
| 89 | | AC_SUBST(INTLTOOL_KBD_RULE) |
| 90 | | AC_SUBST(INTLTOOL_XML_RULE) |
| 91 | | AC_SUBST(INTLTOOL_XML_NOMERGE_RULE) |
| 92 | | AC_SUBST(INTLTOOL_CAVES_RULE) |
| 93 | | AC_SUBST(INTLTOOL_SCHEMAS_RULE) |
| 94 | | AC_SUBST(INTLTOOL_THEME_RULE) |
| 95 | | AC_SUBST(INTLTOOL_SERVICE_RULE) |
| 96 | | AC_SUBST(INTLTOOL_POLICY_RULE) |
| | 78 | _IT_SUBST(INTLTOOL_DESKTOP_RULE) |
| | 79 | _IT_SUBST(INTLTOOL_DIRECTORY_RULE) |
| | 80 | _IT_SUBST(INTLTOOL_KEYS_RULE) |
| | 81 | _IT_SUBST(INTLTOOL_PROP_RULE) |
| | 82 | _IT_SUBST(INTLTOOL_OAF_RULE) |
| | 83 | _IT_SUBST(INTLTOOL_PONG_RULE) |
| | 84 | _IT_SUBST(INTLTOOL_SERVER_RULE) |
| | 85 | _IT_SUBST(INTLTOOL_SHEET_RULE) |
| | 86 | _IT_SUBST(INTLTOOL_SOUNDLIST_RULE) |
| | 87 | _IT_SUBST(INTLTOOL_UI_RULE) |
| | 88 | _IT_SUBST(INTLTOOL_XAM_RULE) |
| | 89 | _IT_SUBST(INTLTOOL_KBD_RULE) |
| | 90 | _IT_SUBST(INTLTOOL_XML_RULE) |
| | 91 | _IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) |
| | 92 | _IT_SUBST(INTLTOOL_CAVES_RULE) |
| | 93 | _IT_SUBST(INTLTOOL_SCHEMAS_RULE) |
| | 94 | _IT_SUBST(INTLTOOL_THEME_RULE) |
| | 95 | _IT_SUBST(INTLTOOL_SERVICE_RULE) |
| | 96 | _IT_SUBST(INTLTOOL_POLICY_RULE) |
| 115 | | AC_MSG_ERROR([perl not found; required for intltool]) |
| 116 | | fi |
| 117 | | if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then |
| 118 | | AC_MSG_ERROR([perl 5.x required for intltool]) |
| | 115 | AC_MSG_ERROR([perl not found]) |
| | 116 | fi |
| | 117 | AC_MSG_CHECKING([for perl >= 5.8.1]) |
| | 118 | $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 |
| | 119 | if test $? -ne 0; then |
| | 120 | AC_MSG_ERROR([perl 5.8.1 is required for intltool]) |
| | 121 | else |
| | 122 | IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" |
| | 123 | AC_MSG_RESULT([$IT_PERL_VERSION]) |