pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-04
2008-03-04 18:34:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9ed083c79467c59d4922bedff92986583a868c5f (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing export of pike_bundle_prefix.
Rev: src/configure.in:1.1045
1:
-
AC_REVISION("$Id: configure.in,v 1.
1044
2008/03/
02
18:
21
:
12
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1045
2008/03/
04
18:
34
:
32
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1353:
fi fi export pike_bundle_dir
+
export pike_bundle_prefix
AC_ARG_WITH(site-prefixes, MY_DESCR([--with-site-prefixes], [:-separated list of prefixes to search for include, lib and bin dirs.]))
2360:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1044
2008/03/
02
18:
21
:
12
marcus
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1045
2008/03/
04
18:
34
:
32
grubba
Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2398:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1044
2008/03/
02
18:
21
:
12
marcus
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1045
2008/03/
04
18:
34
:
32
grubba
Exp $.
# POSIX-version. Do NOT edit. cat EOF
2407:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1044
2008/03/
02
18:
21
:
12
marcus
Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1045
2008/03/
04
18:
34
:
32
grubba
Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF