(Part II): Add "Autoconf Support"; include autoconf.texi.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 2 Jan 2002 23:59:00 +0000 (23:59 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 2 Jan 2002 23:59:00 +0000 (23:59 +0000)
doc/ref/guile.texi

index 090130c..171325e 100644 (file)
@@ -94,7 +94,7 @@ by the Free Software Foundation.
 @sp 10
 @comment The title is printed in a large font.
 @title Guile Reference Manual
-@subtitle $Id: guile.texi,v 1.10 2001-12-22 12:39:10 ossau Exp $
+@subtitle $Id: guile.texi,v 1.11 2002-01-02 23:59:00 ttn Exp $
 @subtitle For use with Guile @value{VERSION}
 
 @c AUTHORS
@@ -220,6 +220,7 @@ Part II: Programming with Guile
 * Data Representation::         Data representation in Guile.
 * GH::                          The deprecated GH interface.
 * Debugger User Interface::
+* Autoconf Support::            Guile-specific configure.in macros.
 * Further Reading::             Where to find out more about Scheme programming.
 
 Part III: Guile API Reference
@@ -300,6 +301,7 @@ options available.
 @include data-rep.texi
 @include gh.texi
 @include debugging.texi
+@include autoconf.texi
 @include scheme-reading.texi
 
 @page