diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2012-10-13 12:48:05 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2012-10-13 12:48:05 +1100 |
commit | 06aa36e6e5166433b2d43ac064fb428d510e444f (patch) | |
tree | cad969ce769f60d150188f23fb9ae8383d9b1a61 /M4 | |
parent | 1182c4d5dc14dfbcc1c05f3c14a91e94827e5308 (diff) |
M4/octave.m4 : Relax constraints on Octave version.
Diffstat (limited to 'M4')
-rw-r--r-- | M4/octave.m4 | 14 |
1 files changed, 7 insertions, 7 deletions
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}%'` |