1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 21:20:30 +02:00

* configure.in: Added AM_MAINTAINER_MODE

Makefile.in, aclocal.m4, configure: Regenerated
This commit is contained in:
Mikael Djurfeldt 1997-02-24 23:35:55 +00:00
parent 175475a8fc
commit 15ae1beecf
22 changed files with 486 additions and 351 deletions

View file

@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce configure.
AC_INIT(Makefile.in)
. $srcdir/GUILE-VERSION
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AM_MAINTAINER_MODE
dnl FIXME: tsort, xargs not GNU standard.
all_subdirs=`cat $srcdir/*/PLUGIN/REQ $srcdir/*/PLUGIN/OPT /dev/null | tsort | xargs echo`