pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-08-04
2006-08-04 22:17:35 by Martin Stjernholm <mast@lysator.liu.se>
0f38f729cfaec924c6bfd00fbbbf933c0338c853 (
15
lines) (+
8
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Enabled DLL modules by default.
Rev: src/configure.in:1.986
1:
-
AC_REVISION("$Id: configure.in,v 1.
985
2006/08/04
19
:
52
:
19
mast Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
986
2006/08/04
22
:
17
:
35
mast Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1254:
MY_AC_ARG_WITH(static_linking, MY_DESCR([--with-static-linking], [link statically, if possible]), [with_static_linking=yes])
-
AC_ARG_ENABLE(dll, MY_DESCR([--
enable
-dll],
-
[link dynamic modules to DLLs on Windows]),
-
[], [enable_dll=
no
])
+
AC_ARG_ENABLE(dll, MY_DESCR([--
disable
-dll],
+
[
don't
link dynamic modules to DLLs on Windows]),
+
[], [enable_dll=
yes
])
AC_ARG_WITH(crt, MY_DESCR([--with-crt=dynamic|static], [force linking with dynamic or static CRT in Visual Studio]))
2284:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
985
2006/08/04
19
:
52
:
19
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
986
2006/08/04
22
:
17
:
35
mast Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2322:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
985
2006/08/04
19
:
52
:
19
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
986
2006/08/04
22
:
17
:
35
mast Exp $.
# POSIX-version. Do NOT edit. cat EOF
2331:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
985
2006/08/04
19
:
52
:
19
mast Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
986
2006/08/04
22
:
17
:
35
mast Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF