pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-06
1998-08-06 16:28:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
de386feaced20fcfaeeaeae879de22f2b9eb17a9 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed so that AIX cc fails on error.
Rev: src/configure.in:1.226
1:
-
AC_REVISION("$Id: configure.in,v 1.
225
1998/08/
05
22
:
45
:
44
hubbe
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
226
1998/08/
06
16
:
28
:
17
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
317:
# differently. # AC_SYS_OS_COMPILER_FLAG(Solaris,-Xc,Xc,WARN)
+
# AIX
+
# This one is needed to get the compiler to fail on errors,
+
# which is needed for several configure-scripts.
+
AC_SYS_OS_COMPILER_FLAG(AIX,-qhalt=e,qhalt_e,CFLAGS)
+
AC_SYS_OS_COMPILER_FLAG(AIX,-qro,qro,OPTIMIZE)
+
# HP-UX AC_SYS_OS_COMPILER_FLAG(HP-UX,-D__STDC_EXT__,stdc_ext,CFLAGS) AC_SYS_OS_COMPILER_FLAG(HP-UX,+Odataprefetch,plus_Odataprefetch,OPTIMIZE)