1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

(A Sample Guile Main Program): Cross reference automake manual for acloal.

This commit is contained in:
Kevin Ryde 2005-06-22 23:55:10 +00:00
parent 8c3fa3e53a
commit 39067a9f00

View file

@ -123,9 +123,9 @@ macro for autoconf that performs all necessary checks. Here is a
@file{configure.in} file for @code{simple-guile} that uses this macro. @file{configure.in} file for @code{simple-guile} that uses this macro.
Autoconf can use this file as a template to generate a @code{configure} Autoconf can use this file as a template to generate a @code{configure}
script. In order for Autoconf to find the @code{GUILE_FLAGS} macro, you script. In order for Autoconf to find the @code{GUILE_FLAGS} macro, you
will need to run @code{aclocal} first. This is not really Guile will need to run @code{aclocal} first (@pxref{Invoking aclocal,,,
specific, so you should refer to the Autoconf documentation REFFIXME automake, GNU Automake}).
when in doubt.
@example @example
AC_INIT(simple-guile.c) AC_INIT(simple-guile.c)
@ -184,3 +184,7 @@ guile> (exit)
$ $
@end example @end example
@c Local Variables:
@c TeX-master: "guile.texi"
@c End: