[glib: 1/2] build: Drop Perl dependency on autotools



commit 21f756692342299f0e8c98cadb6b160b44a5d643
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Jul 6 13:07:10 2018 +0100

    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

 configure.ac | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 06fac48af..6d5d657eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]