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