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:
parent
8c3fa3e53a
commit
39067a9f00
1 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue