summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--M4/octave.m414
2 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c8ac5..396b714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+
+ * M4/octave.m4
+ Relax constraints on Octave version.
+
2012-10-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* tests/utils.tpl
diff --git a/M4/octave.m4 b/M4/octave.m4
index 216306f..88d5a5b 100644
--- a/M4/octave.m4
+++ b/M4/octave.m4
@@ -18,10 +18,10 @@ dnl Find the version of Octave.
dnl @version 1.0 Aug 23 2007
dnl @author Erik de Castro Lopo <erikd AT mega-nerd DOT com>
dnl
-dnl Permission to use, copy, modify, distribute, and sell this file for any
-dnl purpose is hereby granted without fee, provided that the above copyright
+dnl Permission to use, copy, modify, distribute, and sell this file for any
+dnl purpose is hereby granted without fee, provided that the above copyright
dnl and this permission notice appear in all copies. No representations are
-dnl made about the suitability of this software for any purpose. It is
+dnl made about the suitability of this software for any purpose. It is
dnl provided "as is" without express or implied warranty.
dnl
@@ -52,10 +52,10 @@ dnl Find the version of Octave.
dnl @version 1.0 Aug 23 2007
dnl @author Erik de Castro Lopo <erikd AT mega-nerd DOT com>
dnl
-dnl Permission to use, copy, modify, distribute, and sell this file for any
-dnl purpose is hereby granted without fee, provided that the above copyright
+dnl Permission to use, copy, modify, distribute, and sell this file for any
+dnl purpose is hereby granted without fee, provided that the above copyright
dnl and this permission notice appear in all copies. No representations are
-dnl made about the suitability of this software for any purpose. It is
+dnl made about the suitability of this software for any purpose. It is
dnl provided "as is" without express or implied warranty.
dnl
@@ -119,7 +119,7 @@ if test "x$prog_concat" = "xyesyesyes" ; then
2.*)
AC_MSG_WARN([Octave version 2.X is not supported.])
;;
- 3.0.*)
+ 3.*)
OCTAVE_DEST_ODIR=`$OCTAVE_CONFIG --oct-site-dir | sed 's%^/usr%${prefix}%'`
OCTAVE_DEST_MDIR=`$OCTAVE_CONFIG --m-site-dir | sed 's%^/usr%${prefix}%'`