pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-09-29
2006-09-29 12:43:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3e3543aacad6fb81dcbfb651214235fbee973f87 (
11
lines) (+
7
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Now OSFLAGS actually works...
Rev: src/Makefile.in:1.456
Rev: src/configure.in:1.1002
1:
-
AC_REVISION("$Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1679:
DLOPEN_O=""
+
OSFLAGS=""
WARN="" OPTIMIZE="${OPTFLAGS-}"
2295:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2333:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2342:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
7866:
default_master=$prefix/pike/%d.%d.%d/lib/master.pike AC_DEFINE_UNQUOTED(DEFAULT_MASTER,"$default_master")
+
AC_SUBST(OSFLAGS)
AC_SUBST(WARN) AC_SUBST(PROFIL) AC_SUBST(OPTIMIZE)