From f5ec1dd366f467353faa64c5a29bef357d52e656 Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 11 Feb 2008 07:09:00 +0000 Subject: [PATCH] Print nvidia-texture-tools instead of nv. --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 6d07ea9..8c7876d 100755 --- a/configure +++ b/configure @@ -36,9 +36,9 @@ done if [ "$help" = "true" ] then - echo "---------------------------------------" - echo "nv "`cat VERSION`" configuration script" - echo "---------------------------------------" + echo "-----------------------------------------------" + echo "nvidia-texture-tools "`cat VERSION`" configuration script" + echo "-----------------------------------------------" echo echo "--help Show this message." echo "--debug Configure debug build." @@ -49,7 +49,7 @@ then exit 0 fi -echo "-- Configuring nv "`cat VERSION` +echo "-- Configuring nvidia-texture-tools "`cat VERSION` mkdir -p ./build cd ./build