pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2010-02-16
2010-02-16 17:49:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3c608333bdfbf4ba41f748e6717b7c26dbe0d2c7 (
12
lines) (+
7
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Now attempts to set up the PKG_CONFIG_PATH.
Rev: src/aclocal.m4:1.170
Rev: src/configure.in:1.1092
1:
-
AC_REVISION("$Id: configure.in,v 1.
1091
2010/
01
/
18
15
:
43
:
33
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1092
2010/
02
/
16
17
:
49
:
31
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2446:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1091
2010/
01
/
18
15
:
43
:
33
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1092
2010/
02
/
16
17
:
49
:
31
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2484:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1091
2010/
01
/
18
15
:
43
:
33
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1092
2010/
02
/
16
17
:
49
:
31
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2493:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1091
2010/
01
/
18
15
:
43
:
33
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1092
2010/
02
/
16
17
:
49
:
31
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
2586:
for dd in \ `echo "${with_site_prefixes}"|sed -e 's/:/ /g'` \ `echo $exec_prefix | sed "s@^NONE@$prefix@g" | sed "s@^NONE@$with_root$ac_default_prefix@g"` \
+
$with_root/usr \
$with_root/usr/local $with_root/sw/local $with_root/sw \ $with_root/usr/gnu $with_root/opt/gnu $with_root/sw/gnu \ $with_root/usr/freeware $with_root/usr/pkg \
2595:
$with_root/usr/ccs do if test "$dd" = "/"; then continue; fi
-
if test "$dd" = "/usr"; then continue; fi
+
#
if test "$dd" = "/usr"; then continue; fi
AC_MSG_CHECKING($dd) if test -d "$dd/."; then :; else AC_MSG_RESULT(no)