From 493ac808904268aaca3736d0061bda5119fc2b3e Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 18 May 2016 19:54:27 +0100 Subject: [PATCH] intltool mystery solved carefully removed 8 years ago, according to the logs --- TODO | 2 -- bootstrap.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/TODO b/TODO index 21dc8010..16c41fbe 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -- why is intltool commented out in bootstrap? investigate - - add more webp tests to py suite - try moving some more of the CLI tests to py diff --git a/bootstrap.sh b/bootstrap.sh index 7a9d0e21..0754e3b8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -56,7 +56,6 @@ test -r aclocal.m4 || touch aclocal.m4 # it ... hopefully any errors will go to stderr and not be hidden glib-gettextize --force --copy > /dev/null test -r aclocal.m4 && chmod u+w aclocal.m4 -#intltoolize --copy --force --automake aclocal -I m4 autoconf autoheader