Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by ura, Sun Jan 16 05:48:51 2000 UTC revision 1.4 by ura, Sun Jan 16 06:01:37 2000 UTC
# Line 704  case $hosttype in Line 704  case $hosttype in
704          CPP=/lib/cpp          CPP=/lib/cpp
705      fi      fi
706      ;;      ;;
707  "FreeBSD")  "FreeBSD"|"NetBSD"|"OpenBSD")
708      CCOPTIONS="-DCSRG_BASED"      CCOPTIONS="-DCSRG_BASED"
709      CDEBUGFLAGS="-O2 -fno-strength-reduce"      CDEBUGFLAGS="-O2 -fno-strength-reduce"
710      if test -x /usr/libexec/cpp; then      if test -x /usr/libexec/cpp; then
# Line 742  case $hosttype in Line 742  case $hosttype in
742        fi        fi
743        ;;        ;;
744      *)      *)
745          { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }
746          ;;
747        esac
748        ;;
749    "HP-UX")
750        if test $CC = gcc; then
751            CDEBUGFLAGS=-O2
752            CCOPTIONS="-Dhpux -DSYSV"
753        else
754            CCOPTIONS="-Ae -Dhpux -DSYSV"
755        fi
756        case `uname -r` in
757        A.09.*)
758          if test -x /lib/cpp; then
759              CPP=/lib/cpp
760          fi
761          ;;
762        *)
763        { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }        { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }
764        ;;        ;;
765      esac      esac

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26