mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
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:
@@ -332,7 +332,6 @@ AC_SUBST(GLIB_EXTRA_CFLAGS)
|
|||||||
AC_EXEEXT
|
AC_EXEEXT
|
||||||
|
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AC_CHECK_PROGS(PERL, [perl5 perl])
|
|
||||||
|
|
||||||
# option to specify python interpreter to use; this just sets $PYTHON, so that
|
# 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
|
# we will fallback to reading $PYTHON if --with-python is not given, and
|
||||||
|
Reference in New Issue
Block a user