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.5 by ura, Sun Jan 16 06:37:13 2000 UTC revision 1.6 by ura, Sun Jan 16 06:46:03 2000 UTC
# Line 108  case $hosttype in Line 108  case $hosttype in
108        fi        fi
109        ;;        ;;
110      *)      *)
111        AC_MSG_ERROR("This system is not supported.")        AC_MSG_WARN("This system is not supported.  But continuing...")
112        ;;        ;;
113      esac      esac
114      ;;      ;;
# Line 131  case $hosttype in Line 131  case $hosttype in
131        fi        fi
132        ;;        ;;
133      *)      *)
134        AC_MSG_ERROR("This system is not supported.")        AC_MSG_WARN("This system is not supported.  But continuing...")
135        ;;        ;;
136      esac      esac
137      ;;      ;;
# Line 153  case $hosttype in Line 153  case $hosttype in
153        ;;        ;;
154      esac      esac
155      ;;      ;;
156    "AIX")
157        if test $CC = gcc; then
158          CDEBUGFLAGS=-O2
159        else
160          CDEBUGFLAGS=-O
161        fi
162        CCOPTIONS="-DSYSV"
163        CPP=/usr/lib/cpp
164        ;;
165  *)  *)
166      AC_MSG_ERROR("This system is not supported.")      AC_MSG_WARN("This system is not supported.  But continuing...")
167      ;;      ;;
168  esac  esac
169  AC_PROG_CPP  AC_PROG_CPP

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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