2
0
mirror of git://git.sv.gnu.org/autoconf synced 2025-03-31 15:00:26 +08:00

* doc/autoconf.texi (Preset Output Variables): srcdir and

top_srcdir are not necessarily relative.
This commit is contained in:
Paul Eggert 2006-09-05 23:27:53 +00:00
parent cd5882df0f
commit 7f99bb811e
2 changed files with 9 additions and 3 deletions

@ -1,3 +1,9 @@
2006-09-05 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (Preset Output Variables): srcdir and
top_srcdir are not necessarily relative. Problem reported
by Dries Kimpe.
2006-09-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
@ -13,7 +19,7 @@
of ERLANG_LIB_VER_* variables.
* doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
variables.
2006-09-03 Paul Eggert <eggert@cs.ucla.edu>
and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

@ -2402,7 +2402,7 @@ Absolute name of @code{top_builddir}.
@defvar srcdir
@ovindex srcdir
The relative name of the directory that contains the source code for
The name of the directory that contains the source code for
that makefile.
@end defvar
@ -2413,7 +2413,7 @@ Absolute name of @code{srcdir}.
@defvar top_srcdir
@ovindex top_srcdir
The relative name of the top-level source code directory for the
The name of the top-level source code directory for the
package. In the top-level directory, this is the same as @code{srcdir}.
@end defvar