build: Drop Perl dependency on autotools

We don’t have the same dependency in the Meson build, and we don’t
depend on Perl any more. See #1332. The last remaining Perl script,
gen-unicode-tables.pl, is only ever run manually when we update our
Unicode character database. It will be ported to Python in due course.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://gitlab.gnome.org/GNOME/glib/issues/1332
This commit is contained in:
Philip Withnall 2018-07-06 13:07:10 +01:00
parent c5321810f4
commit 21f7566923

View File

@ -332,7 +332,6 @@ AC_SUBST(GLIB_EXTRA_CFLAGS)
AC_EXEEXT
AC_PROG_AWK
AC_CHECK_PROGS(PERL, [perl5 perl])
# option to specify python interpreter to use; this just sets $PYTHON, so that
# we will fallback to reading $PYTHON if --with-python is not given, and