<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- configure.orig	2016-09-07 01:59:06.000000000 +1000
+++ configure	2021-11-30 00:12:02.000000000 +1100
@@ -6456,75 +6456,7 @@
     as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
 fi
 
-# Extract the first word of "perl", so it can be a program name with args.
-set dummy perl; ac_word=$2
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" &gt;&amp;5
-printf %s "checking for $ac_word... " &gt;&amp;6; }
-if test ${ac_cv_path_INTLTOOL_PERL+y}
-then :
-  printf %s "(cached) " &gt;&amp;6
-else case e in #(
-  e) case $INTLTOOL_PERL in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  case $as_dir in #(((
-    '') as_dir=./ ;;
-    */) ;;
-    *) as_dir=$as_dir/ ;;
-  esac
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
-    ac_cv_path_INTLTOOL_PERL="$as_dir$ac_word$ac_exec_ext"
-    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" &gt;&amp;5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS

-  ;;
-esac ;;
-esac
-fi
-INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
-if test -n "$INTLTOOL_PERL"; then
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" &gt;&amp;5
-printf "%s\n" "$INTLTOOL_PERL" &gt;&amp;6; }
-else
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" &gt;&amp;5
-printf "%s\n" "no" &gt;&amp;6; }
-fi
-
-
-if test -z "$INTLTOOL_PERL"; then
-   as_fn_error $? "perl not found" "$LINENO" 5
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for perl &gt;= 5.8.1" &gt;&amp;5
-printf %s "checking for perl &gt;= 5.8.1... " &gt;&amp;6; }
-$INTLTOOL_PERL -e "use 5.8.1;" &gt; /dev/null 2&gt;&amp;1
-if test $? -ne 0; then
-   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
-else
-   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
-   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" &gt;&amp;5
-printf "%s\n" "$IT_PERL_VERSION" &gt;&amp;6; }
-fi
-if test "xno-xml" != "xno-xml"; then
-   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" &gt;&amp;5
-printf %s "checking for XML::Parser... " &gt;&amp;6; }
-   if `$INTLTOOL_PERL -e "require XML::Parser" 2&gt;/dev/null`; then
-       { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" &gt;&amp;5
-printf "%s\n" "ok" &gt;&amp;6; }
-   else
-       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
-   fi
-fi
 
 # Substitute ALL_LINGUAS so we can use it in po/Makefile
 
</pre></body></html>