]> git.mxchange.org Git - simgear.git/commitdiff
Fixed typos ...
authorcurt <curt>
Thu, 17 Jan 2002 16:58:18 +0000 (16:58 +0000)
committercurt <curt>
Thu, 17 Jan 2002 16:58:18 +0000 (16:58 +0000)
autogen.sh
configure.in

index c045940447981d5c8bf2ec946706f95d43b75e73..06c2f96cbfb7e3dbff82984d434f6024f9e7f00b 100755 (executable)
@@ -36,7 +36,7 @@ echo "Running autoconf"
 autoconf
 
 # fixup Makefiles for Irix
-if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then
+if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then
     echo "Fixing Makefiles for Irix"
     for n in `find . -name Makefile.in`; do \
         mv -f $n $n.ar-new; \
index d2d7adc060247cf5d28609f5e8c439354fddf1e0..5c8f4a208e0a4d003fe20ffc6d31a9f9ca1f87b3 100644 (file)
@@ -55,7 +55,7 @@ else
     echo "includedir changed to" $includedir "libdir is" $libdir
 fi
          
-# Determine version of automake ... important becuase of
+# Determine version of automake ... important because of
 # incompatibilities between versions
 AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\-p[[0-9]]$//' | sed -e 's/\.//'`
 AM_CONDITIONAL(ANCIENT_AUTOMAKE, test $AUTO_MAKE_VERSION -lt 14)