pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-07-11
2000-07-11 00:08:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
76e3a76b688eaf5f17019da67d97088d6e5ec2a4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix for TCC.
Rev: src/configure.in:1.385
1:
-
AC_REVISION("$Id: configure.in,v 1.
384
2000/07/
09
11:
55
:
07
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
385
2000/07/
11
00
:
08
:
58
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
698:
# Yikes! We're using the TenDRA compiler! # Make sure we can use the system headerfiles...
-
AC_SYS_COMPILER_FLAG(-Ysystem, ysystem,
CFLAGS
)
+
AC_SYS_COMPILER_FLAG(-Ysystem, ysystem,
CPPFLAGS
)
# Use lenient ANSI compliance... AC_SYS_COMPILER_FLAG(-Xa, xa, CFLAGS)