diff options
author | Tom Tromey <tromey@redhat.com> | 2000-04-05 21:12:43 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2000-04-05 21:12:43 +0000 |
commit | 90837ca14883c0ca8c2accd90c79abda4ede5898 (patch) | |
tree | e44b315d068e7d6eb4c9cd7f45592db29714db54 /lib/am/header-vars.am | |
parent | 7d55ecd3456e1cc2f1a330d0eda09a460aa1212a (diff) | |
download | automake-90837ca14883c0ca8c2accd90c79abda4ede5898.tar.gz |
* header-vars.am (DESTDIR): Commented out definition.
Diffstat (limited to 'lib/am/header-vars.am')
-rw-r--r-- | lib/am/header-vars.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 06eab555f..b88675496 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -38,7 +38,13 @@ oldincludedir = /usr/include @SET_MAKE@ -DESTDIR = +## We used to define this. However, we don't because vendor makes +## (e.g., Solaris, Irix) won't correctly propagate variables that are +## defined in Makefile. This particular variable can't be correctly +## defined by configure (at least, not the current configure), so we +## simply avoid defining it to allow the user to use this feature with +## a vendor make. +## DESTDIR = ## Some derived variables that have been found to be useful. pkgdatadir = $(datadir)/@PACKAGE@ |