summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-13 20:20:27 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-13 20:20:27 +0000
commit0911c316cbd1f86ce4401017c7c35ca0b6fe23e2 (patch)
treef614c2a98ab30a84e3aee09b555396a1b2d065fb
parent89552bb2e77039b408989fe6eb0f5f5496786dcf (diff)
downloadswig-0911c316cbd1f86ce4401017c7c35ca0b6fe23e2.tar.gz
alphabetical order fix
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2a43a1b6a..4b9e4e75c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1286,6 +1286,7 @@ AC_SUBST(SCILAB)
AC_SUBST(SCILABINCLUDE)
AC_SUBST(SCILABOPT)
+
#----------------------------------------------------------------
# Look for java
#----------------------------------------------------------------
@@ -3072,10 +3073,10 @@ AC_CONFIG_FILES([
Examples/test-suite/guile/Makefile
Examples/test-suite/java/Makefile
Examples/test-suite/javascript/Makefile
+ Examples/test-suite/matlab/Makefile
Examples/test-suite/mzscheme/Makefile
Examples/test-suite/ocaml/Makefile
Examples/test-suite/octave/Makefile
- Examples/test-suite/matlab/Makefile
Examples/test-suite/perl5/Makefile
Examples/test-suite/php/Makefile
Examples/test-suite/pike/Makefile
@@ -3146,11 +3147,11 @@ test -n "$SKIP_GUILE" || langs="${langs}guile "
test -n "$SKIP_JAVA" || langs="${langs}java "
test -n "$SKIP_JAVASCRIPT" || langs="${langs}javascript "
test -n "$SKIP_LUA" || langs="${langs}lua "
+test -n "$SKIP_MATLAB" || langs="${langs}matlab "
test -n "$SKIP_MODULA3" || langs="${langs}modula3 "
test -n "$SKIP_MZSCHEME" || langs="${langs}mzscheme "
test -n "$SKIP_OCAML" || langs="${langs}ocaml "
test -n "$SKIP_OCTAVE" || langs="${langs}octave "
-test -n "$SKIP_MATLAB" || langs="${langs}matlab "
test -n "$SKIP_PERL5" || langs="${langs}perl5 "
test -n "$SKIP_PHP" || langs="${langs}php "
test -n "$SKIP_PIKE" || langs="${langs}pike "