mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 04:00:26 +02:00
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.
13 lines
239 B
Text
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)
|