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

Fixed typo.

Rev: src/aclocal.m4:1.12
Rev: src/configure.in:1.296
parent 999815b8
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,11 @@ ifelse([$3], , , [ rm -rf conftest*
])dnl
fi
rm -rf conftest*])
])
define([AC_LOW_MODULE_INIT],
[
# $Id: aclocal.m4,v 1.11 1999/05/30 20:44:25 grubba Exp $
# $Id: aclocal.m4,v 1.12 1999/05/30 20:52:29 grubba Exp $
MY_AC_PROG_CC
......
AC_REVISION("$Id: configure.in,v 1.295 1999/05/30 20:45:02 grubba Exp $")
AC_REVISION("$Id: configure.in,v 1.296 1999/05/30 20:53:56 grubba Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
......@@ -291,7 +291,7 @@ EOF
fi
rm -rf conftest.*
])
AC_MSG_RESULT(pike_cv_gcc_uaword)
AC_MSG_RESULT($pike_cv_gcc_uaword)
# Check if as generates R_SPARC_UA32 relocations from .uaword.
if test "$pike_cv_gcc_uaword" = "yes"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment