From: Tom Tromey Date: Wed, 5 Apr 2000 21:12:43 +0000 (+0000) Subject: * header-vars.am (DESTDIR): Commented out definition. X-Git-Tag: v1.10.2~2452 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90837ca14883c0ca8c2accd90c79abda4ede5898;p=platform%2Fupstream%2Fautomake.git * header-vars.am (DESTDIR): Commented out definition. --- diff --git a/ChangeLog b/ChangeLog index b23e3a3..4793e35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-04-05 Tom Tromey + * header-vars.am (DESTDIR): Commented out definition. + * automake.in (require_file_internal): Pass --copy to libtoolize if automake was run with `--copy'. diff --git a/header-vars.am b/header-vars.am index 06eab55..b886754 100644 --- a/header-vars.am +++ b/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@ diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 06eab55..b886754 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@