mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 20:40:29 +02:00
Regenerated.
This commit is contained in:
parent
6e25a63947
commit
1d80497659
6 changed files with 27 additions and 12 deletions
4
ice-9/aclocal.m4
vendored
4
ice-9/aclocal.m4
vendored
|
@ -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
|
||||
|
|
4
ice-9/configure
vendored
4
ice-9/configure
vendored
|
@ -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 <<EOF
|
||||
#define VERSION "$VERSION"
|
||||
|
|
19
libguile/aclocal.m4
vendored
19
libguile/aclocal.m4
vendored
|
@ -81,9 +81,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
|
||||
|
@ -187,6 +187,21 @@ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|
|||
|| AC_MSG_ERROR([libtool configure failed])
|
||||
])
|
||||
|
||||
dnl From Jim Meyering.
|
||||
|
||||
# serial 1
|
||||
|
||||
AC_DEFUN(AM_SYS_POSIX_TERMIOS,
|
||||
[AC_CACHE_CHECK([POSIX termios], am_cv_sys_posix_termios,
|
||||
[AC_TRY_LINK([#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <termios.h>],
|
||||
[/* 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
|
||||
|
|
4
libguile/configure
vendored
4
libguile/configure
vendored
|
@ -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 <<EOF
|
||||
#define VERSION "$VERSION"
|
||||
|
|
4
qt/aclocal.m4
vendored
4
qt/aclocal.m4
vendored
|
@ -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
|
||||
|
|
4
qt/configure
vendored
4
qt/configure
vendored
|
@ -608,9 +608,9 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
|||
|
||||
. $srcdir/../GUILE-VERSION
|
||||
|
||||
PACKAGE=qt
|
||||
PACKAGE=$PACKAGE
|
||||
|
||||
VERSION=
|
||||
VERSION=$VERSION
|
||||
|
||||
cat >> confdefs.h <<EOF
|
||||
#define VERSION "$VERSION"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue