Print nvidia-texture-tools instead of nv.

2.0
castano 16 years ago
parent f7eb953237
commit f5ec1dd366

8
configure vendored

@ -36,9 +36,9 @@ done
if [ "$help" = "true" ] if [ "$help" = "true" ]
then then
echo "---------------------------------------" echo "-----------------------------------------------"
echo "nv "`cat VERSION`" configuration script" echo "nvidia-texture-tools "`cat VERSION`" configuration script"
echo "---------------------------------------" echo "-----------------------------------------------"
echo echo
echo "--help Show this message." echo "--help Show this message."
echo "--debug Configure debug build." echo "--debug Configure debug build."
@ -49,7 +49,7 @@ then
exit 0 exit 0
fi fi
echo "-- Configuring nv "`cat VERSION` echo "-- Configuring nvidia-texture-tools "`cat VERSION`
mkdir -p ./build mkdir -p ./build
cd ./build cd ./build

Loading…
Cancel
Save