From 70f1bcef17f77f31f8c60d0fbe07e019202088db Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 25 Nov 2013 09:38:03 +0000 Subject: Check for Windows PowerShell. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b47003c5..7f26a382 100644 --- a/configure.ac +++ b/configure.ac @@ -65,9 +65,12 @@ dnl Note that we do not stop the configuration process because we do seek dnl contributions for cross build support. if test $build != $target; then AC_MSG_WARN([Cross build is not supported yet.]) - AC_MSG_WARN([Please notify open-axiom-devel@open-axiom.org if you succeed.]) + AC_MSG_WARN([Please notify open-axiom-devel@lists.sf.net if you succeed.]) fi +## Determine interpreters and shells. +OPENAXIOM_SHELLS + ## Although OpenAxiom does not support cross build yet, let ## alone Canadian cross, we want to make sure that we do not write ## the build machinery in a way that actively unsupports -- cgit v1.2.3