summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-02-25 11:01:02 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-02-25 11:01:02 +0100
commitc2005e33b2152ca7cd306590ea22fe1c1bd68c29 (patch)
treed2a4f468802221221aa16df001fac6241e44e94a
parentdd63c8a9b125ebab755a9c898d0064b5fb8decd7 (diff)
downloadastra-c2005e33b2152ca7cd306590ea22fe1c1bd68c29.tar.gz
astra-c2005e33b2152ca7cd306590ea22fe1c1bd68c29.tar.bz2
astra-c2005e33b2152ca7cd306590ea22fe1c1bd68c29.tar.xz
astra-c2005e33b2152ca7cd306590ea22fe1c1bd68c29.zip
Also output prefix at end of configure
-rw-r--r--build/linux/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac
index 3521e68..639264b 100644
--- a/build/linux/configure.ac
+++ b/build/linux/configure.ac
@@ -200,13 +200,13 @@ AC_SUBST(SAVED_CPPFLAGS)
AC_SUBST(SAVED_CXXFLAGS)
AC_SUBST(SAVED_LDFLAGS)
AC_SUBST(SAVED_LIBS)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
echo
echo "Summary of ASTRA Toolbox build options:"
echo " CUDA : $HAVECUDA"
echo " Matlab : $HAVEMATLAB"
echo
-
-
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT
+echo " prefix : $prefix"
+echo