Skip to content
Snippets Groups Projects
Commit c70fd950 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Minor cleanup.

Rev: src/configure.in:1.909
parent c97cd85a
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.908 2005/07/08 12:22:15 grubba Exp $")
AC_REVISION("$Id: configure.in,v 1.909 2005/07/08 12:27:01 grubba Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
......@@ -424,7 +424,7 @@ int main(int argc, char **argv)
}
EOF
pike_cv_default_compiler_abi="unknown"
if (eval $ac_compile) 2>&5; then
if (eval $ac_compile) 2>&AC_FD_CC; then
filetype=`file "conftest.$ac_cv_objext" 2>/dev/null | sed -e 's/.*://'`
case "$filetype" in
*64-bit*)
......@@ -2438,7 +2438,7 @@ if test "x$PIKE_PATH_TRANSLATE" = "x"; then
# MinGW system.
cat <<\EOF
#!/bin/sh
# Automatically generated by $Id: configure.in,v 1.908 2005/07/08 12:22:15 grubba Exp $.
# Automatically generated by $Id: configure.in,v 1.909 2005/07/08 12:27:01 grubba Exp $.
# MinGW-version. Do NOT edit.
posix_name="`cat`"
posix_prefix="/"
......@@ -2476,7 +2476,7 @@ EOF
# Native POSIX system.
cat <<\EOF
#!/bin/sh
# Automatically generated by $Id: configure.in,v 1.908 2005/07/08 12:22:15 grubba Exp $.
# Automatically generated by $Id: configure.in,v 1.909 2005/07/08 12:27:01 grubba Exp $.
# POSIX-version. Do NOT edit.
cat
EOF
......@@ -2485,7 +2485,7 @@ else
# rntcl-style
cat <<\EOF
#!/bin/sh
# Automatically generated by $Id: configure.in,v 1.908 2005/07/08 12:22:15 grubba Exp $.
# Automatically generated by $Id: configure.in,v 1.909 2005/07/08 12:27:01 grubba Exp $.
# RNTCL-version. Do NOT edit.
sed -e "$PIKE_PATH_TRANSLATE"
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment