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:
parent
175475a8fc
commit
15ae1beecf
22 changed files with 486 additions and 351 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue