[cairo-commit] autogen.sh
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Oct 15 14:32:10 PDT 2007
- Previous message: [cairo-commit] cairo-perl/t Cairo.t, 1.16, 1.17 CairoFont.t, 1.4, 1.5 CairoPath.t, 1.1, 1.2 CairoPattern.t, 1.9, 1.10 CairoSurface.t, 1.23, 1.24
- Next message: [cairo-commit] 3 commits - src/cairo-clip.c src/cairo-ft-font.c src/cairo-ft-private.h src/cairo-path-fixed.c
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
autogen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 189feaf352f59b0a049202552024578715ef8cc7
Author: Chris Heath <chris at heathens.co.nz>
Date: Mon Oct 15 17:31:50 2007 -0400
[autogen.sh] Tolerate tput failure (#12757)
diff --git a/autogen.sh b/autogen.sh
index 73455ef..4253a91 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -49,8 +49,8 @@ esac
# some terminal codes ...
-boldface="`tput bold 2>/dev/null`"
-normal="`tput sgr0 2>/dev/null`"
+boldface="`tput bold 2>/dev/null || true`"
+normal="`tput sgr0 2>/dev/null || true`"
printbold() {
echo $ECHO_N "$boldface"
echo "$@"
- Previous message: [cairo-commit] cairo-perl/t Cairo.t, 1.16, 1.17 CairoFont.t, 1.4, 1.5 CairoPath.t, 1.1, 1.2 CairoPattern.t, 1.9, 1.10 CairoSurface.t, 1.23, 1.24
- Next message: [cairo-commit] 3 commits - src/cairo-clip.c src/cairo-ft-font.c src/cairo-ft-private.h src/cairo-path-fixed.c
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list