pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-07
2002-12-07 17:16:26 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
b5521c507264392f608846f93fbd0cc1c4f57bc2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.4
getting rid of more bashisms (test a == b)
Rev: src/configure.in:1.652
1:
-
AC_REVISION("$Id: configure.in,v 1.
651
2002/12/
06
11
:
40
:
12
mirar Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
652
2002/12/
07
17
:
16
:
26
mirar Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
52:
[do not use settings from /etc/make.conf]), [], [enable_make_conf=yes])
-
if test "x$enable_make_conf" =
=
x"yes" -a -
e
/etc/make.conf; then
+
if test "x$enable_make_conf" = x"yes" -a -
f
/etc/make.conf; then
set >conftest.tmp echo Using settings from /etc/make.conf... source /etc/make.conf