pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-01
2005-11-01 21:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5e68165fbb709c865ecace8c0c0559b1347b891b (
13
lines) (+
9
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Now cleans up y.tab.* after the YACC test.
Rev: src/configure.in:1.920
1:
-
AC_REVISION("$Id: configure.in,v 1.
919
2005/
10
/
20
11
:
29
:
21
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
920
2005/
11
/
01
21
:
51
:
36
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2457:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
919
2005/
10
/
20
11
:
29
:
21
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
920
2005/
11
/
01
21
:
51
:
36
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2495:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
919
2005/
10
/
20
11
:
29
:
21
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
920
2005/
11
/
01
21
:
51
:
36
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2504:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
919
2005/
10
/
20
11
:
29
:
21
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
920
2005/
11
/
01
21
:
51
:
36
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
3022:
EOF if $YACC -d conftest.y 1>&AC_FD_CC 2>&AC_FD_CC; then if test "x$enable_binary" = "xno"; then
+
rm -f y.tab.*
break else AC_TRY_RUN([ #include "y.tab.c" ],pure_parser_works=yes,pure_parser_works=no,pure_parser_works=no)
-
+
rm -f y.tab.*
if test "$pure_parser_works" = "yes"; then break fi fi
-
+
else
+
rm -f y.tab.*
fi fi done