On 09/01/2018 04:52, Akira TAGOH wrote:
autogen.sh | 85 +++++++++--------------------------------------------------
configure.ac | 2 -
2 files changed, 13 insertions(+), 74 deletions(-)
New commits:
commit 7ac6af665ba3e098a097cab869e814bdbe34952d
Author: Akira TAGOH <akira@xxxxxxxxx>
Date: Tue Jan 9 13:51:31 2018 +0900
clean up
diff --git a/autogen.sh b/autogen.sh
index 98f8be3..ab4eab3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -40,15 +40,10 @@ cd $srcdir
PROJECT=Fontconfig
TEST_TYPE=-f
FILE=fontconfig/fontconfig.h
-ACLOCAL=${ACLOCAL-aclocal}
-ACLOCAL_FLAGS="-I m4"
-LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
This removes LIBTOOLIZE...
-AUTOMAKE=${AUTOMAKE-automake}
-AUTOHEADER=${AUTOHEADER-autoheader}
-AUTOCONF=${AUTOCONF-autoconf}
+AUTOPOINT=${AUTOPOINT-autopoint}
+AUTORECONF=${AUTORECONF-autoreconf}
+AUTORECONF_FLAGS="-i"
GPERF=${GPERF-gperf}
-PYTHON=${PYTHON-python}
-LIBTOOLIZE_FLAGS="--copy --force"
GETTEXTIZE=${GETTEXTIZE-gettextize}
GETTEXTIZE_FLAGS="--force --no-changelog"
@@ -62,14 +57,6 @@ DIE=0
DIE=1
}
-($PYTHON --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have python installed to compile $PROJECT."
- echo "Install the appropriate package for your distribution."
- echo "or get the source tarball at https://www.python.org/downloads/source/"
- DIE=1
-}
-
have_libtool=false
if $LIBTOOLIZE --version < /dev/null > /dev/null 2>&1 ; then > libtool_version=`$LIBTOOLIZE --version | sed 's/^.*
\([0-9][.][0-9.]*\)[^ ]*$/\1/'`
@@ -93,37 +80,20 @@ fi
... but still uses it here.
I'm not sure how this is supposed to work now, but it fails with "You
must have libtool 1.4 installed to compile Fontconfig." for me...
_______________________________________________
Fontconfig mailing list
Fontconfig@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/fontconfig