aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--config/open-axiom.m413
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac2
4 files changed, 28 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 91b19af1..979c0bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * configure.ac: Check for PowerShell on Windows platforms.
+
2013-06-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
* config/open-axiom.m4 (OPENAXIOM_REJECT_ROTTED_LISP): Just warn
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index 44d5a4eb..35e963bc 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -21,6 +21,17 @@ AC_CHECK_TYPES([uintmax_t],[],[AC_TYPE_UINTMAX_T])
AC_TYPE_UID_T
])
+dnl ---------------------------------------
+dnl -- OPENXIOM_CHECK_WINDOWS_POWERSHELL --
+dnl ---------------------------------------
+dnl On Windows platforms check for availability of PowerShell.
+AC_DEFUN([OPENAXIOM_CHECK_WINDOWS_POWERSHELL],[
+case $host in
+ *mingw*)
+ AC_PATH_PROG([OA_WINDOWS_POWERSHELL],[powershell.exe])
+ ;;
+esac
+])
dnl ----------------------------------
dnl -- OPENAXIOM_REJECT_ROTTED_LISP --
@@ -34,7 +45,7 @@ if test x"$oa_include_gcl" != xyes; then
openaxiom_lisp_version=`$AXIOM_LISP -batch -eval "(format t \"~S\" (lisp-implementation-version))"`
AC_MSG_RESULT([$openaxiom_lisp_version])
case $openaxiom_lisp_version in
- *2.6.7*|*2.6.8*|*2.6.9*) ;; # OK
+ *2.6.7*|*2.6.8*|*2.6.9*|*2.6.10*) ;; # OK
*)
AC_MSG_WARN([$openaxiom_lisp_version is not supported by this version of OpenAxiom.])
;;
diff --git a/configure b/configure
index 91f1c5e8..d095e85b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2013-11-03.
+# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2013-11-24.
#
# Report bugs to <open-axiom-bugs@lists.sf.net>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='OpenAxiom'
PACKAGE_TARNAME='openaxiom'
-PACKAGE_VERSION='1.5.0-2013-11-03'
-PACKAGE_STRING='OpenAxiom 1.5.0-2013-11-03'
+PACKAGE_VERSION='1.5.0-2013-11-24'
+PACKAGE_STRING='OpenAxiom 1.5.0-2013-11-24'
PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'
PACKAGE_URL=''
@@ -1393,7 +1393,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures OpenAxiom 1.5.0-2013-11-03 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.5.0-2013-11-24 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1468,7 +1468,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2013-11-03:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2013-11-24:";;
esac
cat <<\_ACEOF
@@ -1585,7 +1585,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-OpenAxiom configure 1.5.0-2013-11-03
+OpenAxiom configure 1.5.0-2013-11-24
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2586,7 +2586,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by OpenAxiom $as_me 1.5.0-2013-11-03, which was
+It was created by OpenAxiom $as_me 1.5.0-2013-11-24, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3567,7 +3567,7 @@ fi
# Define the identity of the package.
PACKAGE='openaxiom'
- VERSION='1.5.0-2013-11-03'
+ VERSION='1.5.0-2013-11-24'
cat >>confdefs.h <<_ACEOF
@@ -3920,7 +3920,7 @@ $as_echo_n "checking $AXIOM_LISP version... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $openaxiom_lisp_version" >&5
$as_echo "$openaxiom_lisp_version" >&6; }
case $openaxiom_lisp_version in
- *2.6.7*|*2.6.8*|*2.6.9*) ;; # OK
+ *2.6.7*|*2.6.8*|*2.6.9*|*2.6.10*) ;; # OK
*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $openaxiom_lisp_version is not supported by this version of OpenAxiom." >&5
$as_echo "$as_me: WARNING: $openaxiom_lisp_version is not supported by this version of OpenAxiom." >&2;}
@@ -20521,7 +20521,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by OpenAxiom $as_me 1.5.0-2013-11-03, which was
+This file was extended by OpenAxiom $as_me 1.5.0-2013-11-24, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20587,7 +20587,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-OpenAxiom config.status 1.5.0-2013-11-03
+OpenAxiom config.status 1.5.0-2013-11-24
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 86ca6f71..b47003c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and
dnl auxiliary tools where appropriate.
dnl
-AC_INIT([OpenAxiom], [1.5.0-2013-11-03],
+AC_INIT([OpenAxiom], [1.5.0-2013-11-24],
[open-axiom-bugs@lists.sf.net])
dnl Most of the macros used in this configure.ac are defined in files