From fa84fc8f21c9845b82b4961dc07c72c47acc8937 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 9 Jul 2011 18:28:24 +0200 Subject: [PATCH] substitute EXEEXT in bound_test.sh and pip_test.sh Signed-off-by: Sven Verdoolaege --- Makefile.am | 2 -- bound_test.sh => bound_test.sh.in | 2 ++ configure.ac | 2 ++ pip_test.sh => pip_test.sh.in | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) rename bound_test.sh => bound_test.sh.in (97%) rename pip_test.sh => pip_test.sh.in (95%) diff --git a/Makefile.am b/Makefile.am index 625472f..e3e96d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -239,8 +239,6 @@ EXTRA_DIST = \ doc/mypod2latex \ doc/manual.tex \ doc/user.pod \ - bound_test.sh \ - pip_test.sh \ test_inputs dist-hook: diff --git a/bound_test.sh b/bound_test.sh.in similarity index 97% rename from bound_test.sh rename to bound_test.sh.in index f26dd1b..e3fc037 100755 --- a/bound_test.sh +++ b/bound_test.sh.in @@ -1,5 +1,7 @@ #!/bin/sh +EXEEXT=@EXEEXT@ + BOUND_TESTS="\ basicLinear2.pwqp \ basicLinear.pwqp \ diff --git a/configure.ac b/configure.ac index 57b592a..d7517e5 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,8 @@ AC_CONFIG_HEADERS(isl_config.h) AC_CONFIG_HEADERS(include/isl/config.h) AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(doc/Makefile) +AC_CONFIG_FILES([bound_test.sh], [chmod +x bound_test.sh]) +AC_CONFIG_FILES([pip_test.sh], [chmod +x pip_test.sh]) AC_CONFIG_COMMANDS_POST([ dnl pass on arguments to subdir configures, but don't dnl add them to config.status diff --git a/pip_test.sh b/pip_test.sh.in similarity index 95% rename from pip_test.sh rename to pip_test.sh.in index 1d8d57a..cdc5fb9 100755 --- a/pip_test.sh +++ b/pip_test.sh.in @@ -1,5 +1,7 @@ #!/bin/sh +EXEEXT=@EXEEXT@ + PIP_TESTS="\ boulet.pip \ brisebarre.pip \ -- 2.7.4