Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
;; |
;; |
| 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 |
;; |
;; |
| 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 |
|
|
|