From 692a3ce4a8a26b3202866297d8928cde0f21e5a8 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 5 Oct 2004 16:20:42 +0000 Subject: [PATCH] Added rule to make bin/install_tsc --- config/configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/configure.in b/config/configure.in index c9f58464d..e9902aedc 100755 --- a/config/configure.in +++ b/config/configure.in @@ -847,6 +847,7 @@ AC_OUTPUT(../Cantera/Makefile \ ../test_problems/ck2cti_test/Makefile \ ../test_problems/ck2cti_test/runtest \ ../test_problems/python/Makefile \ + ../bin/install_tsc \ ) # ) if test "x${OS_IS_WIN}" = "x1"; then @@ -858,6 +859,10 @@ fi if test -f "../test_problems/ck2cti_test/runtest"; then chmod +x ../test_problems/ck2cti_test/runtest fi +if test -f "../bin/install_tsc"; then + chmod +x ../bin/install_tsc +fi + echo if test "x${OS_IS_WIN}" = "x0"; then