Browse CVS Repository
Diff of /freewnn/FreeWnn/configure
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 704 |
CPP=/lib/cpp |
CPP=/lib/cpp |
| 705 |
fi |
fi |
| 706 |
;; |
;; |
| 707 |
"FreeBSD") |
"FreeBSD"|"NetBSD"|"OpenBSD") |
| 708 |
CCOPTIONS="-DCSRG_BASED" |
CCOPTIONS="-DCSRG_BASED" |
| 709 |
CDEBUGFLAGS="-O2 -fno-strength-reduce" |
CDEBUGFLAGS="-O2 -fno-strength-reduce" |
| 710 |
if test -x /usr/libexec/cpp; then |
if test -x /usr/libexec/cpp; then |
| 742 |
fi |
fi |
| 743 |
;; |
;; |
| 744 |
*) |
*) |
| 745 |
|
{ echo "configure: error: "This system is not supported."" 1>&2; exit 1; } |
| 746 |
|
;; |
| 747 |
|
esac |
| 748 |
|
;; |
| 749 |
|
"HP-UX") |
| 750 |
|
if test $CC = gcc; then |
| 751 |
|
CDEBUGFLAGS=-O2 |
| 752 |
|
CCOPTIONS="-Dhpux -DSYSV" |
| 753 |
|
else |
| 754 |
|
CCOPTIONS="-Ae -Dhpux -DSYSV" |
| 755 |
|
fi |
| 756 |
|
case `uname -r` in |
| 757 |
|
A.09.*) |
| 758 |
|
if test -x /lib/cpp; then |
| 759 |
|
CPP=/lib/cpp |
| 760 |
|
fi |
| 761 |
|
;; |
| 762 |
|
*) |
| 763 |
{ echo "configure: error: "This system is not supported."" 1>&2; exit 1; } |
{ echo "configure: error: "This system is not supported."" 1>&2; exit 1; } |
| 764 |
;; |
;; |
| 765 |
esac |
esac |
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|