Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure.in

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

revision 1.1 by ura, Sun Jan 16 05:10:44 2000 UTC revision 1.2 by ura, Sun Jan 16 05:35:32 2000 UTC
# Line 62  case $hosttype in Line 62  case $hosttype in
62      fi      fi
63      ;;      ;;
64  "SunOS")  "SunOS")
65      if test $CC = gcc; then      case `uname -r` in
66        4.*)
67          if test $CC = gcc; then
68          CDEBUGFLAGS=-O2          CDEBUGFLAGS=-O2
69          CCOPTIONS="-Dsun -Dsparc -DSVR4 -DSYSV"          CCOPTIONS="-Dsun -Dsparc"
70      else        else
71          CCOPTIONS="-Xc -xF -xcg92 -Dsun -Dsparc -DSVR4 -DSYSV"          CDEBUGFLAGS=-O4
72      fi          CCOPTIONS=""
73      if test -x /usr/ccs/lib/cpp; then        fi
74          CPP=/usr/ccs/lib/cpp        CPP=/usr/lib/cpp
75      fi        ;;
76        5.*)
77          if test $CC = gcc; then
78              CDEBUGFLAGS=-O2
79              CCOPTIONS="-Dsun -Dsparc -DSVR4 -DSYSV"
80          else
81              CCOPTIONS="-Xc -xF -xcg92 -Dsun -Dsparc -DSVR4 -DSYSV"
82          fi
83          if test -x /usr/ccs/lib/cpp; then
84              CPP=/usr/ccs/lib/cpp
85          fi
86          ;;
87        *)
88          { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }
89          ;;
90        esac
91      ;;      ;;
92  *)  *)
93      AC_MSG_ERROR("This system is not supported.")      AC_MSG_ERROR("This system is not supported.")

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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