pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-21
2008-07-21 18:14:06 by Martin Stjernholm <mast@lysator.liu.se>
70f495144af70bc90589bcd2d758b73f40e4e78e (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Spello.
Rev: src/configure.in:1.1066
1:
-
AC_REVISION("$Id: configure.in,v 1.
1065
2008/07/21 18:
13
:
48
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1066
2008/07/21 18:
14
:
06
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
295:
fi fi
-
# AC_PROG_CC won't modify CFLAGS if it's already set from icc
+
# AC_PROG_CC won't modify CFLAGS if it's already set from
the
icc
# workaround test above, so we make sure it's always set and then # modify CFLAGS ourselves afterwards. ${CFLAGS:=}
2392:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1065
2008/07/21 18:
13
:
48
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1066
2008/07/21 18:
14
:
06
mast Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2430:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1065
2008/07/21 18:
13
:
48
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1066
2008/07/21 18:
14
:
06
mast Exp $.
# POSIX-version. Do NOT edit. cat EOF
2439:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1065
2008/07/21 18:
13
:
48
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1066
2008/07/21 18:
14
:
06
mast Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF