From 1d80497659247a8cb817838f02b2962c9a675917 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 15 Mar 1997 02:54:33 +0000 Subject: [PATCH] Regenerated. --- ice-9/aclocal.m4 | 4 ++-- ice-9/configure | 4 ++-- libguile/aclocal.m4 | 19 +++++++++++++++++-- libguile/configure | 4 ++-- qt/aclocal.m4 | 4 ++-- qt/configure | 4 ++-- 6 files changed, 27 insertions(+), 12 deletions(-) diff --git a/ice-9/aclocal.m4 b/ice-9/aclocal.m4 index 9d9576031..9f362ec87 100644 --- a/ice-9/aclocal.m4 +++ b/ice-9/aclocal.m4 @@ -8,9 +8,9 @@ dnl defines the `module' variable. AC_DEFUN([AM_INIT_GUILE_MODULE],[ . $srcdir/../GUILE-VERSION AC_REQUIRE([AM_PROG_INSTALL]) -PACKAGE=[$1] +PACKAGE=$PACKAGE AC_SUBST(PACKAGE) -VERSION=[$2] +VERSION=$VERSION AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AM_SANITY_CHECK diff --git a/ice-9/configure b/ice-9/configure index a28556cf9..f5918c99d 100755 --- a/ice-9/configure +++ b/ice-9/configure @@ -606,9 +606,9 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' . $srcdir/../GUILE-VERSION -PACKAGE=ice-9 +PACKAGE=$PACKAGE -VERSION= +VERSION=$VERSION cat >> confdefs.h < +#include +#include ], + [/* SunOS 4.0.3 has termios.h but not the library calls. */ + tcgetattr(0, 0);], + am_cv_sys_posix_termios=yes, + am_cv_sys_posix_termios=no)]) +]) + dnl dnl CY_AC_WITH_THREADS determines which thread library the user intends dnl to put underneath guile. Pass it the path to find the guile top-level diff --git a/libguile/configure b/libguile/configure index 65f0ea277..fffdf1ecf 100755 --- a/libguile/configure +++ b/libguile/configure @@ -619,9 +619,9 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' . $srcdir/../GUILE-VERSION -PACKAGE=libguile +PACKAGE=$PACKAGE -VERSION= +VERSION=$VERSION cat >> confdefs.h <> confdefs.h <