summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 13:37:43 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 13:37:43 +0000
commit13cddc399e7f89b3be1404bbcdd754246c3b9bb7 (patch)
treefcf46c91e1af70fe7d43cd9e610b499bc88fa42a
parent841c26516d4e9908112e9e126f0b3412688a526f (diff)
downloadATCD-13cddc399e7f89b3be1404bbcdd754246c3b9bb7.tar.gz
ChangeLogTag: Fri Nov 24 13:27:55 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/bin/MakeProjectCreator/config/automake.features3
2 files changed, 10 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c3a3bd26f4c..3ed6c17170b 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Fri Nov 24 13:27:55 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * bin/MakeProjectCreator/config/automake.features:
+
+ Set stl and boost. We'll use automake conditionals to defer
+ this option to configure time.
+
Fri Nov 24 13:05:01 UTC 2006 Olli Savia <ops@iki.fi>
* tests/OS_Test.cpp:
diff --git a/ACE/bin/MakeProjectCreator/config/automake.features b/ACE/bin/MakeProjectCreator/config/automake.features
index d78fdef842f..a8ec69fd549 100644
--- a/ACE/bin/MakeProjectCreator/config/automake.features
+++ b/ACE/bin/MakeProjectCreator/config/automake.features
@@ -30,3 +30,6 @@ ace_xtreactor=1
tao_xtresource=1
wxWindows=1
+
+stl=1
+boost=1