* lib/am/header-vars.am (build_triplet, host_triplet,
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 17 May 2002 13:55:57 +0000 (13:55 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 17 May 2002 13:55:57 +0000 (13:55 +0000)
target_triplet): Define.  Were removed by mistake on 2002-04-13.

ChangeLog
lib/am/header-vars.am

index 09f4da3..0fef413 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2002-05-17  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * lib/am/header-vars.am (build_triplet, host_triplet,
+       target_triplet): Define.  Were removed by mistake on 2002-04-13.
+
+2002-05-17  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
        For PR automake/186:
        * lib/am/distdir.am (distcheck): Attempt a DESTDIR install.
        * tests/destdir.test: New file.
index f646f89..58cd39f 100644 (file)
@@ -53,3 +53,8 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+
+## dejagnu.am uses these variables.  Some users might rely on them too.
+?BUILD?build_triplet = @build@
+?HOST?host_triplet = @host@
+?TARGET?target_triplet = @target@