1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* guile.m4: Revert change of Mar 15, and use the new 'no-define'

argument to the AM_INIT_AUTOMAKE macro.
This commit is contained in:
Jim Blandy 1997-04-14 03:14:18 +00:00
parent b9525b92bb
commit 7ecb9fc6ec

View file

@ -7,20 +7,7 @@ dnl top-level srcdir, and will initialize automake. It also
dnl defines the `module' variable.
AC_DEFUN([AM_INIT_GUILE_MODULE],[
. $srcdir/../GUILE-VERSION
## Beginning of AM_INIT_AUTOMAKE macro
AC_REQUIRE([AM_PROG_INSTALL])
## PACKAGE=[$1]
PACKAGE=$PACKAGE
AC_SUBST(PACKAGE)
## AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
## VERSION=[$2]
VERSION=$VERSION
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AM_SANITY_CHECK
AC_ARG_PROGRAM
AC_PROG_MAKE_SET
## End of AM_INIT_AUTOMAKE macro
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
AC_CONFIG_AUX_DIR(..)
module=[$1]
AC_SUBST(module)])