* read.c (scm_read_hash_extend): make scm_read_hash_procedures a
[bpt/guile.git] / configure.in
index 6a0ec79..715a6b6 100644 (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`
@@ -24,4 +25,4 @@ for d in $req_subdirs; do
 done
 
 AC_SUBST(existingdirs)
-AC_OUTPUT(Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile)
+AC_OUTPUT(Makefile doc/Makefile doc/guile-programmer/Makefile doc/guile-user/Makefile newdoc/Makefile newdoc/ref/Makefile newdoc/tutorial/Makefile)