[cairo-commit] 2 commits - autogen.sh build/configure.ac.enable
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Sep 10 14:24:01 PDT 2008
autogen.sh | 2 +-
build/configure.ac.enable | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 9016504e2ab2718603838aa2504513fa5aeefd7e
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Sep 10 17:22:49 2008 -0400
[configure.ac.enable] Don't report CFLAGS
It's long and not that useful.
diff --git a/build/configure.ac.enable b/build/configure.ac.enable
index beae488..4a6fb57 100644
--- a/build/configure.ac.enable
+++ b/build/configure.ac.enable
@@ -615,9 +615,6 @@ AC_DEFUN([CAIRO_REPORT],
echo " win32 printing testing: $test_win32_printing"
fi
echo ""
- echo "using CFLAGS:"
- echo $CAIRO_CFLAGS
- echo ""
if test x"$use_ft" != "xyes" && \
test x"$use_win32_font" != "xyes" && \
commit 4059d356b8c2c8175cd9e232d2c34aaabd1932b1
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Sep 10 17:22:05 2008 -0400
[autogen.sh] Make libtoolize silent
diff --git a/autogen.sh b/autogen.sh
index 9ddf9bf..7dd9016 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ cd $srcdir
PACKAGE=cairo
-LIBTOOLIZE_FLAGS="--copy --force"
+LIBTOOLIZE_FLAGS="--copy --force --automake"
AUTOHEADER=${AUTOHEADER-autoheader}
AUTOMAKE_FLAGS="--add-missing --gnu -Wall"
AUTOCONF=${AUTOCONF-autoconf}
More information about the cairo-commit
mailing list