Hello,
  would you see any problem with the attached patch?
(It passed make check.)

Stepan
2005-05-11  Stepan Kasal  <[EMAIL PROTECTED]>

        * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the definition of
          ac_abs_top_builddir.

Index: lib/autoconf/status.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v
retrieving revision 1.52
diff -u -r1.52 status.m4
--- lib/autoconf/status.m4      27 Apr 2005 10:04:36 -0000      1.52
+++ lib/autoconf/status.m4      11 May 2005 08:03:52 -0000
@@ -164,8 +164,7 @@
 # Do not use `cd foo && pwd` to compute absolute names, because
 # the directories may not exist.
 AS_SET_CATFILE([ac_abs_builddir],   [$ac_pwd],          [$1])
-AS_SET_CATFILE([ac_abs_top_builddir],
-                                   [$ac_abs_builddir], [${ac_top_builddir}.])
+ac_abs_top_builddir=$ac_pwd
 AS_SET_CATFILE([ac_abs_srcdir],     [$ac_abs_builddir], [$ac_srcdir])
 AS_SET_CATFILE([ac_abs_top_srcdir], [$ac_abs_builddir], [$ac_top_srcdir])
 ])# _AC_SRCDIRS

Reply via email to