From 3becaf6db281bfdbf3fe01612257c3be45679963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 20 Aug 2012 11:06:20 +0200 Subject: [PATCH] configure update for util-say 2.0 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 433385a4..ebbc9ecf 100755 --- a/configure +++ b/configure @@ -331,7 +331,7 @@ ttyponies: for pony in \$\$(ls --color=no "ponies/"); do \\ echo "building ttypony: \$\$pony" ;\\ if [ "\`readlink "ponies/\$\$pony"\`" = '' ]; then \\ - unisay2ttyunisay < "ponies/\$\$pony" | tty2colourfultty -c 1 -e > "ttyponies/\$\$pony" ;\\ + ponysay2ttyponysay < "ponies/\$\$pony" | tty2colourfultty -c 1 -e > "ttyponies/\$\$pony" ;\\ git add "ttyponies/\$\$pony" ;\\ else \\ ln -sf \`readlink "ponies/\$\$pony"\` "ttyponies/\$\$pony" ;\\