missed part of renaming update
[deliverable/binutils-gdb.git] / configure.in
index ee38f9fecb17e6f7e7c743eac77d7af56d288b12..5af792d0a3acdb62dca8765b8a689c4883f31808 100644 (file)
@@ -84,7 +84,7 @@ srcname="gnu development package"
 case "${host}" in
   m68k-apollo-sysv*)      host_makefile_frag=config/mh-apollo68 ;;
   m68k-apollo-bsd*)       host_makefile_frag=config/mh-a68bsd ;;
-  m88k-motorola-m88kbcs)  host_makefile_frag=config/mh-delta88;;
+  m88k-motorola-sysv*)    host_makefile_frag=config/mh-delta88;;
   m88k-dg-dgux*)         host_makefile_frag=config/mh-dgux ;;
   mips-dec-ultrix*)       host_makefile_frag=config/mh-decstation ;;
   mips-sgi-irix4*)        host_makefile_frag=config/mh-irix4 ;;
@@ -111,9 +111,9 @@ esac
 # it's not even worth trying to configure, much less build, that tool.
 
 case ${with_x} in
-  yes)  # the default value for this tree is that X11 is available
+  yes | "")  # the default value for this tree is that X11 is available
        ;;
-  no | "")
+  no)
        configdirs=`echo ${configdirs} | sed -e 's/tk//'`
        ;;
   *)
@@ -151,7 +151,9 @@ case "${host}" in
   i[34]86-*-go32)
     configdirs=`echo ${configdirs} | sed -e 's/tcl//;s/expect//;s/deja-gnu//'`
     configdirs=`echo ${configdirs} | sed -e 's/make//;s/texinfo//'`
-    configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//;s/send_pr//'`
+    configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//'`
+    configdirs=`echo ${configdirs} | sed -e 's/send-pr//;s/gprof//'`
+    configdirs=`echo ${configdirs} | sed -e 's/uudecode//'`
     ;;
 esac
 
@@ -159,6 +161,9 @@ case "${target}" in
   rs6000-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
     ;;
+  hppa*-*-osf)
+# Do configure ld/binutils/gas for this case.
+    ;;
   hppa*-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
     ;;
This page took 0.022776 seconds and 4 git commands to generate.