From: Richard Kreckel Date: Mon, 29 Oct 2001 23:15:24 +0000 (+0000) Subject: * Mention it's configure.ac now, not configure.in. X-Git-Tag: release_1-0-0~16 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=a1e4e0695394a4085ceb1e74b367287eab11bd6b;ds=sidebyside * Mention it's configure.ac now, not configure.in. --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 28a87bf6..0320878c 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -533,10 +533,11 @@ be very useful to define some compiler flags with the @env{CXXFLAGS} environment variable, like optimization, debugging information and warning levels. If omitted, it defaults to @option{-g -O2}.@footnote{The @command{configure} script is itself generated from -the file @file{configure.in}. It is only distributed in packaged +the file @file{configure.ac}. It is only distributed in packaged releases of GiNaC. If you got the naked sources, e.g. from CVS, you must generate @command{configure} along with the various -@file{Makefile.in} by using the @command{autogen.sh} script.} +@file{Makefile.in} by using the @command{autogen.sh} script. This will +require a fair amount of support from your local toolchain, though.} The whole process is illustrated in the following two examples. (Substitute @command{setenv @var{VARIABLE} @var{value}} for