]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/am/configure.am ($(top_builddir)/config.status): Added
authorTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 01:14:01 +0000 (01:14 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 01:14:01 +0000 (01:14 +0000)
$(top_builddir) prefix to work around problems with some vendor
makes.  From Nicholas Joly.

ChangeLog
THANKS
lib/am/configure.am

index 5cf3bbfed9f2b848f9a2bdcb360a1ed0db409ee4..aa5b704ae3957b3c0c2850c8b751accc4a85c3fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-06-14  Tom Tromey  <tromey@redhat.com>
 
+       * lib/am/configure.am ($(top_builddir)/config.status): Added
+       $(top_builddir) prefix to work around problems with some vendor
+       makes.  From Nicholas Joly.
+
        * automake.in (yacc_lex_finish_helper): Find ylwrap in
        top_srcdir.  From Tim Van Holder.
        * tests/Makefile.am (TESTS): Added yacc6.test.
diff --git a/THANKS b/THANKS
index 86b8fb7174db79bb957707f48ad4d7b709909ce6..c619198018e6048eade1e6a475b680d7165f4637 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -101,6 +101,7 @@ Motoyuki Kasahara   m-kasahr@sra.co.jp
 Nicolas Thiery         nthiery@Icare.mines.edu
 NISHIDA Keisuke                knishida@nn.iij4u.or.jp
 Nelson H. F. Beebe     beebe@math.utah.edu
+Nicolas Joly           njoly@pasteur.fr
 Noah Friedman          friedman@gnu.ai.mit.edu
 Nyul Laszlo            nyul@sol.cc.u-szeged.hu
 OKUJI Yoshinori                okuji@kuicr.kyoto-u.ac.jp
index d33d4f0c276c84e7a33def86d860c0a3b47ce127..bd2de242d6fe9f3f3e0d46ca16e96524bdc98dcf 100644 (file)
 
 if %?TOPDIR_P%
 ## Explicitly look in srcdir for benefit of non-GNU makes.
-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+## Use `$(top_builddir)' for the benefit of Tru64 v5.1 make and also
+## NetBSD v1.5 make.  These `make's don't know that
+## `$(top_builddir)/config.status' and `config.status' are the same
+## file when top_builddir==`.'.
+$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
 
 ## Always require configure.ac and configure at top level, even if they