Don't shadow.
[openssl.git] / config
diff --git a/config b/config
index 0416a5ad88beb31baf0b289a62f535149f14c866..55fdbdede21cac050f3250b6cb195f87ed932455 100755 (executable)
--- a/config
+++ b/config
@@ -266,7 +266,7 @@ usage: config [options]
  -t    Test mode, do not run the Configure perl script.
  -h    This help.
 
-Any other text will be passed to ther Configure perl script.
+Any other text will be passed to the Configure perl script.
 Usefull options include
  no-asm Build with no assember code.
  -Dxxx Add xxx define to compilation.
@@ -303,8 +303,9 @@ fi
 # more time that I want to waste at the moment
 case "$GUESSOS" in
   alpha-*-linux2) OUT="alpha-gcc" ;;
+  ppc-*-linux2) OUT="linux-ppc" ;;
   *-*-linux2) OUT="linux-elf" ;;
-  *-*-linux) OUT="linux-aout" ;;
+  *-*-linux1) OUT="linux-aout" ;;
   sun4*-sun-solaris2) OUT="solaris-sparc-$CC" ;;
   *86*-sun-solaris2) OUT="solaris-x86-$CC" ;;
   *-*-sunos4) OUT="sunos-$CC" ;;