2005-02-01 Stepan Kasal * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Set ac_top_builddir=. at the top level directory. Index: lib/autoconf/status.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v retrieving revision 1.48 diff -u -r1.48 status.m4 --- lib/autoconf/status.m4 21 Dec 2004 14:24:01 -0000 1.48 +++ lib/autoconf/status.m4 29 Jan 2005 11:09:05 -0000 @@ -1,7 +1,7 @@ # This file is part of Autoconf. -*- Autoconf -*- # Parameterizing and creating config.status. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -958,6 +958,8 @@ esac ])dnl + test -z "$ac_top_builddir" && ac_top_builddir=./ + if test x"$ac_file" != x-; then AC_MSG_NOTICE([creating $ac_file]) rm -f "$ac_file"