1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 04:00:26 +02:00
guile/ice-9/configure.in
Jim Blandy fa6ffa2f29 Don't use the PLUGIN system to gather information for the
Makefile's distribution and installation targets; just put it all
in the Makefile directly.
* PLUGIN/this.configure (scm_files, aux_files): Remove sections
for these.
* configure.in: Remove code that gets and substitutes scm_files and
aux_files.
* Makefile.in (scm_files, aux_files): Write out the list of files
here, where people expect to find them.
1996-08-30 03:12:46 +00:00

13 lines
239 B
Text

#
# Process this file with autoconf to produce a configure script.
#
AC_INIT(boot-9.scm)
. $srcdir/../GUILE-VERSION
. $srcdir/PLUGIN/this.configure
AC_SUBST(library_name)
AC_SUBST(info_files)
AC_SUBST(GUILE_VERSION)
AC_OUTPUT(Makefile)