diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-27 03:39:51 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-27 03:39:51 +0000 |
commit | 803a30497d510671b09dbf05dd9e2f1db4a66dc3 (patch) | |
tree | 037d5fa753631274e8288430d7f247825c26fc9d /configure.ac | |
parent | 58edad4471e5671c8cd9b696eac7026550d55298 (diff) | |
download | ATCD-803a30497d510671b09dbf05dd9e2f1db4a66dc3.tar.gz |
ChangeLogTag: Fri Nov 26 19:38:58 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ef7c8532300..d6f827bbae6 100644 --- a/configure.ac +++ b/configure.ac @@ -7476,12 +7476,14 @@ if test -d $srcdir/Kokyu; then Kokyu/tests/EDF/Makefile Kokyu/tests/FIFO/Makefile ]) + AC_SUBST([KOKYU],[Kokyu]) fi AM_CONDITIONAL([BUILD_KOKYU], [test -d $srcdir/Kokyu]) if test -d $srcdir/TAO -a X$ace_user_with_tao = Xyes; then AC_CONFIG_SUBDIRS([TAO]) + AC_SUBST([TAO],[TAO]) fi AM_CONDITIONAL([BUILD_TAO], [test -d $srcdir/TAO -a X$ace_user_with_tao = Xyes]) |