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.3 by ura, Sun Jan 16 05:48:51 2000 UTC revision 1.4 by ura, Sun Jan 16 06:01:38 2000 UTC
# Line 54  case $hosttype in Line 54  case $hosttype in
54          CPP=/lib/cpp          CPP=/lib/cpp
55      fi      fi
56      ;;      ;;
57  "FreeBSD")  "FreeBSD"|"NetBSD"|"OpenBSD")
58      CCOPTIONS="-DCSRG_BASED"      CCOPTIONS="-DCSRG_BASED"
59      CDEBUGFLAGS="-O2 -fno-strength-reduce"      CDEBUGFLAGS="-O2 -fno-strength-reduce"
60      if test -x /usr/libexec/cpp; then      if test -x /usr/libexec/cpp; then
# Line 92  case $hosttype in Line 92  case $hosttype in
92        fi        fi
93        ;;        ;;
94      *)      *)
95          { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }
96          ;;
97        esac
98        ;;
99    "HP-UX")
100        if test $CC = gcc; then
101            CDEBUGFLAGS=-O2
102            CCOPTIONS="-Dhpux -DSYSV"
103        else
104            CCOPTIONS="-Ae -Dhpux -DSYSV"
105        fi
106        case `uname -r` in
107        A.09.*)
108          if test -x /lib/cpp; then
109              CPP=/lib/cpp
110          fi
111          ;;
112        *)
113        { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }        { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }
114        ;;        ;;
115      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