change source package name in configure.in to ntfsprogs. (Szaka)

(Logical change 1.90)
edge.strict_endians
cantab.net!aia21 2003-01-12 19:03:20 +00:00
parent d5c4014168
commit b57e04f615
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -964,7 +964,7 @@ else
fi
PACKAGE=linux-ntfs
PACKAGE=ntfsprogs
VERSION=1.6.99
@ -5712,7 +5712,7 @@ fi
echo $ac_n "checking version of $_cc""... $ac_c" 1>&6
echo "configure:5715: checking version of $_cc" >&5
cc_version=`$_cc --version 2>&1 | head -1 | sed 's/egcs-//' | sed 's/gcc (GCC) \([0-9]\.[0-9]\).*/\1/'`
cc_version=`$_cc --version 2>&1 | head -1 | sed 's/egcs-//' | sed 's/gcc (GCC) \(0-9\.0-9\).*/\1/'`
cc_major=`echo $cc_version | cut -d'.' -f1`
cc_minor=`echo $cc_version | cut -d'.' -f2`
if test -z $cc_version; then