From: Paul Eggert Date: Tue, 5 Sep 2006 23:27:53 +0000 (+0000) Subject: * doc/autoconf.texi (Preset Output Variables): srcdir and X-Git-Tag: AUTOCONF-2.60b~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f99bb811eb4de1dcf52e10a2da6d28599866aa3;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Preset Output Variables): srcdir and top_srcdir are not necessarily relative. --- diff --git a/ChangeLog b/ChangeLog index d6808e476..b4542ce59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-05 Paul Eggert + + * doc/autoconf.texi (Preset Output Variables): srcdir and + top_srcdir are not necessarily relative. Problem reported + by Dries Kimpe. + 2006-09-05 Ralf Wildenhues * 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 and Ralf Wildenhues diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 88705cc62..957a3a6f6 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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