summaryrefslogtreecommitdiff
path: root/lib/am/configure.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-06-15 01:14:01 +0000
committerTom Tromey <tromey@redhat.com>2001-06-15 01:14:01 +0000
commita7df6fe522cf4038ad4c467a36c17bf578e610c7 (patch)
tree1a7c98d7977ebd543e68f4e75e40e289b142ae37 /lib/am/configure.am
parentc7f85a7ca7f8e00882929e6433f3bc0b82a5e01f (diff)
downloadautomake-a7df6fe522cf4038ad4c467a36c17bf578e610c7.tar.gz
* lib/am/configure.am ($(top_builddir)/config.status): Added
$(top_builddir) prefix to work around problems with some vendor makes. From Nicholas Joly.
Diffstat (limited to 'lib/am/configure.am')
-rw-r--r--lib/am/configure.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/am/configure.am b/lib/am/configure.am
index d33d4f0c2..bd2de242d 100644
--- a/lib/am/configure.am
+++ b/lib/am/configure.am
@@ -40,7 +40,11 @@
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