diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-02-04 16:20:39 +0100 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-02-04 16:20:39 +0100 |
commit | 3d948dca5bf7e76dc4e3dcd7e488b7a8ecda8b29 (patch) | |
tree | 9bb219a4f865bdad37e2d06c6da53c65a4ccb4e0 | |
parent | fc5a90e162b0025f72c022baa019af71c4f6e35e (diff) | |
download | scilab-3d948dca5bf7e76dc4e3dcd7e488b7a8ecda8b29.zip scilab-3d948dca5bf7e76dc4e3dcd7e488b7a8ecda8b29.tar.gz |
regenerated of autotools due to previous commit
78 files changed, 254 insertions, 41 deletions
diff --git a/scilab/Makefile.in b/scilab/Makefile.in index b16632a..2fbb524 100644 --- a/scilab/Makefile.in +++ b/scilab/Makefile.in | |||
@@ -413,6 +413,7 @@ LD = @LD@ | |||
413 | LDFLAGS = @LDFLAGS@ | 413 | LDFLAGS = @LDFLAGS@ |
414 | LIBICONV = @LIBICONV@ | 414 | LIBICONV = @LIBICONV@ |
415 | LIBINTL = @LIBINTL@ | 415 | LIBINTL = @LIBINTL@ |
416 | LIBM = @LIBM@ | ||
416 | LIBOBJS = @LIBOBJS@ | 417 | LIBOBJS = @LIBOBJS@ |
417 | LIBS = @LIBS@ | 418 | LIBS = @LIBS@ |
418 | LIBTOOL = @LIBTOOL@ | 419 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/configure b/scilab/configure index d829415..93332b5 100755 --- a/scilab/configure +++ b/scilab/configure | |||
@@ -719,6 +719,7 @@ MSGFMT | |||
719 | GETTEXT_MACRO_VERSION | 719 | GETTEXT_MACRO_VERSION |
720 | USE_NLS | 720 | USE_NLS |
721 | POW_LIB | 721 | POW_LIB |
722 | LIBM | ||
722 | GUI_ENABLE | 723 | GUI_ENABLE |
723 | GIWS_FALSE | 724 | GIWS_FALSE |
724 | GIWS_TRUE | 725 | GIWS_TRUE |
@@ -9839,7 +9840,7 @@ $as_echo "$ac_java_classpath" >&6; } | |||
9839 | $as_echo_n "checking to see if the java compiler works... " >&6; } | 9840 | $as_echo_n "checking to see if the java compiler works... " >&6; } |
9840 | 9841 | ||
9841 | cat << \EOF > conftest.java | 9842 | cat << \EOF > conftest.java |
9842 | // #line 9842 "configure" | 9843 | // #line 9843 "configure" |
9843 | 9844 | ||
9844 | 9845 | ||
9845 | public class conftest { | 9846 | public class conftest { |
@@ -9899,7 +9900,7 @@ $as_echo_n "checking type of jvm... " >&6; } | |||
9899 | if test "x$ac_java_jvm_name" = "x" ; then | 9900 | if test "x$ac_java_jvm_name" = "x" ; then |
9900 | 9901 | ||
9901 | cat << \EOF > conftest.java | 9902 | cat << \EOF > conftest.java |
9902 | // #line 9902 "configure" | 9903 | // #line 9903 "configure" |
9903 | import gnu.java.io.EncodingManager; | 9904 | import gnu.java.io.EncodingManager; |
9904 | 9905 | ||
9905 | public class conftest { | 9906 | public class conftest { |
@@ -9957,7 +9958,7 @@ $as_echo_n "checking java API version... " >&6; } | |||
9957 | 9958 | ||
9958 | 9959 | ||
9959 | cat << \EOF > conftest.java | 9960 | cat << \EOF > conftest.java |
9960 | // #line 9960 "configure" | 9961 | // #line 9961 "configure" |
9961 | import java.nio.charset.Charset; | 9962 | import java.nio.charset.Charset; |
9962 | 9963 | ||
9963 | public class conftest { | 9964 | public class conftest { |
@@ -9996,7 +9997,7 @@ EOF | |||
9996 | 9997 | ||
9997 | 9998 | ||
9998 | cat << \EOF > conftest.java | 9999 | cat << \EOF > conftest.java |
9999 | // #line 9999 "configure" | 10000 | // #line 10000 "configure" |
10000 | import java.lang.StringBuilder; | 10001 | import java.lang.StringBuilder; |
10001 | 10002 | ||
10002 | public class conftest { | 10003 | public class conftest { |
@@ -11246,7 +11247,7 @@ $as_echo_n "checking jgraphx... " >&6; } | |||
11246 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 11247 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
11247 | 11248 | ||
11248 | cat << \EOF > conftest.java | 11249 | cat << \EOF > conftest.java |
11249 | // #line 11249 "configure" | 11250 | // #line 11250 "configure" |
11250 | import com.mxgraph.model.mxCell; | 11251 | import com.mxgraph.model.mxCell; |
11251 | 11252 | ||
11252 | public class conftest { | 11253 | public class conftest { |
@@ -11333,7 +11334,7 @@ $as_echo_n "checking minimal version (1.2.0.7) of jgraphx... " >&6; } | |||
11333 | export ac_java_classpath="$JGRAPHX:$ac_java_classpath" | 11334 | export ac_java_classpath="$JGRAPHX:$ac_java_classpath" |
11334 | 11335 | ||
11335 | cat << \EOF > conftest.java | 11336 | cat << \EOF > conftest.java |
11336 | // #line 11336 "configure" | 11337 | // #line 11337 "configure" |
11337 | import com.mxgraph.view.mxGraph; | 11338 | import com.mxgraph.view.mxGraph; |
11338 | 11339 | ||
11339 | public class conftest { | 11340 | public class conftest { |
@@ -11397,7 +11398,7 @@ $as_echo_n "checking flexdock... " >&6; } | |||
11397 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 11398 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
11398 | 11399 | ||
11399 | cat << \EOF > conftest.java | 11400 | cat << \EOF > conftest.java |
11400 | // #line 11400 "configure" | 11401 | // #line 11401 "configure" |
11401 | import org.flexdock.docking.DockingManager; | 11402 | import org.flexdock.docking.DockingManager; |
11402 | 11403 | ||
11403 | public class conftest { | 11404 | public class conftest { |
@@ -11498,7 +11499,7 @@ $as_echo_n "checking looks... " >&6; } | |||
11498 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 11499 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
11499 | 11500 | ||
11500 | cat << \EOF > conftest.java | 11501 | cat << \EOF > conftest.java |
11501 | // #line 11501 "configure" | 11502 | // #line 11502 "configure" |
11502 | import com.jgoodies.looks.common.RenderingUtils; | 11503 | import com.jgoodies.looks.common.RenderingUtils; |
11503 | 11504 | ||
11504 | public class conftest { | 11505 | public class conftest { |
@@ -11599,7 +11600,7 @@ $as_echo_n "checking jgoodies-looks... " >&6; } | |||
11599 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 11600 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
11600 | 11601 | ||
11601 | cat << \EOF > conftest.java | 11602 | cat << \EOF > conftest.java |
11602 | // #line 11602 "configure" | 11603 | // #line 11603 "configure" |
11603 | import com.jgoodies.looks.common.RenderingUtils; | 11604 | import com.jgoodies.looks.common.RenderingUtils; |
11604 | 11605 | ||
11605 | public class conftest { | 11606 | public class conftest { |
@@ -11701,7 +11702,7 @@ $as_echo_n "checking skinlf... " >&6; } | |||
11701 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 11702 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
11702 | 11703 | ||
11703 | cat << \EOF > conftest.java | 11704 | cat << \EOF > conftest.java |
11704 | // #line 11704 "configure" | 11705 | // #line 11705 "configure" |
11705 | import com.l2fprod.util.AccessUtils; | 11706 | import com.l2fprod.util.AccessUtils; |
11706 | 11707 | ||
11707 | public class conftest { | 11708 | public class conftest { |
@@ -11802,7 +11803,7 @@ $as_echo_n "checking jogl... " >&6; } | |||
11802 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 11803 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
11803 | 11804 | ||
11804 | cat << \EOF > conftest.java | 11805 | cat << \EOF > conftest.java |
11805 | // #line 11805 "configure" | 11806 | // #line 11806 "configure" |
11806 | import javax.media.opengl.glu.GLUnurbs; | 11807 | import javax.media.opengl.glu.GLUnurbs; |
11807 | 11808 | ||
11808 | public class conftest { | 11809 | public class conftest { |
@@ -12003,7 +12004,7 @@ $as_echo_n "checking gluegen-rt... " >&6; } | |||
12003 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12004 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12004 | 12005 | ||
12005 | cat << \EOF > conftest.java | 12006 | cat << \EOF > conftest.java |
12006 | // #line 12006 "configure" | 12007 | // #line 12007 "configure" |
12007 | import com.sun.gluegen.runtime.CPU; | 12008 | import com.sun.gluegen.runtime.CPU; |
12008 | 12009 | ||
12009 | public class conftest { | 12010 | public class conftest { |
@@ -12159,7 +12160,7 @@ $as_echo_n "checking jhall... " >&6; } | |||
12159 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12160 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12160 | 12161 | ||
12161 | cat << \EOF > conftest.java | 12162 | cat << \EOF > conftest.java |
12162 | // #line 12162 "configure" | 12163 | // #line 12163 "configure" |
12163 | import javax.help.JHelp; | 12164 | import javax.help.JHelp; |
12164 | 12165 | ||
12165 | public class conftest { | 12166 | public class conftest { |
@@ -12260,7 +12261,7 @@ $as_echo_n "checking javahelp2... " >&6; } | |||
12260 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12261 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12261 | 12262 | ||
12262 | cat << \EOF > conftest.java | 12263 | cat << \EOF > conftest.java |
12263 | // #line 12263 "configure" | 12264 | // #line 12264 "configure" |
12264 | import javax.help.JHelp; | 12265 | import javax.help.JHelp; |
12265 | 12266 | ||
12266 | public class conftest { | 12267 | public class conftest { |
@@ -12362,7 +12363,7 @@ $as_echo_n "checking jrosetta-API... " >&6; } | |||
12362 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12363 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12363 | 12364 | ||
12364 | cat << \EOF > conftest.java | 12365 | cat << \EOF > conftest.java |
12365 | // #line 12365 "configure" | 12366 | // #line 12366 "configure" |
12366 | import com.artenum.rosetta.interfaces.core.ConsoleConfiguration; | 12367 | import com.artenum.rosetta.interfaces.core.ConsoleConfiguration; |
12367 | 12368 | ||
12368 | public class conftest { | 12369 | public class conftest { |
@@ -12463,7 +12464,7 @@ $as_echo_n "checking jrosetta-engine... " >&6; } | |||
12463 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12464 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12464 | 12465 | ||
12465 | cat << \EOF > conftest.java | 12466 | cat << \EOF > conftest.java |
12466 | // #line 12466 "configure" | 12467 | // #line 12467 "configure" |
12467 | import com.artenum.rosetta.core.action.AbstractConsoleAction; | 12468 | import com.artenum.rosetta.core.action.AbstractConsoleAction; |
12468 | 12469 | ||
12469 | public class conftest { | 12470 | public class conftest { |
@@ -12565,7 +12566,7 @@ $as_echo_n "checking jhdf5... " >&6; } | |||
12565 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12566 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12566 | 12567 | ||
12567 | cat << \EOF > conftest.java | 12568 | cat << \EOF > conftest.java |
12568 | // #line 12568 "configure" | 12569 | // #line 12569 "configure" |
12569 | import ncsa.hdf.hdf5lib.HDF5Constants; | 12570 | import ncsa.hdf.hdf5lib.HDF5Constants; |
12570 | 12571 | ||
12571 | public class conftest { | 12572 | public class conftest { |
@@ -12667,7 +12668,7 @@ $as_echo_n "checking commons-logging... " >&6; } | |||
12667 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12668 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12668 | 12669 | ||
12669 | cat << \EOF > conftest.java | 12670 | cat << \EOF > conftest.java |
12670 | // #line 12670 "configure" | 12671 | // #line 12671 "configure" |
12671 | import org.apache.commons.logging.LogFactory; | 12672 | import org.apache.commons.logging.LogFactory; |
12672 | 12673 | ||
12673 | public class conftest { | 12674 | public class conftest { |
@@ -12768,7 +12769,7 @@ $as_echo_n "checking jlatexmath... " >&6; } | |||
12768 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12769 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12769 | 12770 | ||
12770 | cat << \EOF > conftest.java | 12771 | cat << \EOF > conftest.java |
12771 | // #line 12771 "configure" | 12772 | // #line 12772 "configure" |
12772 | import org.scilab.forge.jlatexmath.TeXFormula; | 12773 | import org.scilab.forge.jlatexmath.TeXFormula; |
12773 | 12774 | ||
12774 | public class conftest { | 12775 | public class conftest { |
@@ -12875,7 +12876,7 @@ $as_echo_n "checking checkstyle... " >&6; } | |||
12875 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12876 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12876 | 12877 | ||
12877 | cat << \EOF > conftest.java | 12878 | cat << \EOF > conftest.java |
12878 | // #line 12878 "configure" | 12879 | // #line 12879 "configure" |
12879 | import com.puppycrawl.tools.checkstyle.CheckStyleTask; | 12880 | import com.puppycrawl.tools.checkstyle.CheckStyleTask; |
12880 | 12881 | ||
12881 | public class conftest { | 12882 | public class conftest { |
@@ -12976,7 +12977,7 @@ $as_echo_n "checking commons-beanutils... " >&6; } | |||
12976 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 12977 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
12977 | 12978 | ||
12978 | cat << \EOF > conftest.java | 12979 | cat << \EOF > conftest.java |
12979 | // #line 12979 "configure" | 12980 | // #line 12980 "configure" |
12980 | import org.apache.commons.beanutils.Converter; | 12981 | import org.apache.commons.beanutils.Converter; |
12981 | 12982 | ||
12982 | public class conftest { | 12983 | public class conftest { |
@@ -13077,7 +13078,7 @@ $as_echo_n "checking antlr... " >&6; } | |||
13077 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 13078 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
13078 | 13079 | ||
13079 | cat << \EOF > conftest.java | 13080 | cat << \EOF > conftest.java |
13080 | // #line 13080 "configure" | 13081 | // #line 13081 "configure" |
13081 | import antlr.TokenStreamException; | 13082 | import antlr.TokenStreamException; |
13082 | 13083 | ||
13083 | public class conftest { | 13084 | public class conftest { |
@@ -13636,10 +13637,145 @@ fi | |||
13636 | done | 13637 | done |
13637 | 13638 | ||
13638 | 13639 | ||
13640 | |||
13641 | # Check of the libm (lib math). Macro provided by libtool. | ||
13642 | save_LDFLAGS="$LIBS" | ||
13643 | LIBM= | ||
13644 | case $host in | ||
13645 | *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) | ||
13646 | # These system don't have libm, or don't need it | ||
13647 | ;; | ||
13648 | *-ncr-sysv4.3*) | ||
13649 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5 | ||
13650 | $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; } | ||
13651 | if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then : | ||
13652 | $as_echo_n "(cached) " >&6 | ||
13653 | else | ||
13654 | ac_check_lib_save_LIBS=$LIBS | ||
13655 | LIBS="-lmw $LIBS" | ||
13656 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
13657 | /* end confdefs.h. */ | ||
13658 | |||
13659 | /* Override any GCC internal prototype to avoid an error. | ||
13660 | Use char because int might match the return type of a GCC | ||
13661 | builtin and then its argument prototype would still apply. */ | ||
13662 | #ifdef __cplusplus | ||
13663 | extern "C" | ||
13664 | #endif | ||
13665 | char _mwvalidcheckl (); | ||
13666 | int | ||
13667 | main () | ||
13668 | { | ||
13669 | return _mwvalidcheckl (); | ||
13670 | ; | ||
13671 | return 0; | ||
13672 | } | ||
13673 | _ACEOF | ||
13674 | if ac_fn_c_try_link "$LINENO"; then : | ||
13675 | ac_cv_lib_mw__mwvalidcheckl=yes | ||
13676 | else | ||
13677 | ac_cv_lib_mw__mwvalidcheckl=no | ||
13678 | fi | ||
13679 | rm -f core conftest.err conftest.$ac_objext \ | ||
13680 | conftest$ac_exeext conftest.$ac_ext | ||
13681 | LIBS=$ac_check_lib_save_LIBS | ||
13682 | fi | ||
13683 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 | ||
13684 | $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; } | ||
13685 | if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then : | ||
13686 | LIBM="-lmw" | ||
13687 | fi | ||
13688 | |||
13689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 | ||
13690 | $as_echo_n "checking for cos in -lm... " >&6; } | ||
13691 | if test "${ac_cv_lib_m_cos+set}" = set; then : | ||
13692 | $as_echo_n "(cached) " >&6 | ||
13693 | else | ||
13694 | ac_check_lib_save_LIBS=$LIBS | ||
13695 | LIBS="-lm $LIBS" | ||
13696 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
13697 | /* end confdefs.h. */ | ||
13698 | |||
13699 | /* Override any GCC internal prototype to avoid an error. | ||
13700 | Use char because int might match the return type of a GCC | ||
13701 | builtin and then its argument prototype would still apply. */ | ||
13702 | #ifdef __cplusplus | ||
13703 | extern "C" | ||
13704 | #endif | ||
13705 | char cos (); | ||
13706 | int | ||
13707 | main () | ||
13708 | { | ||
13709 | return cos (); | ||
13710 | ; | ||
13711 | return 0; | ||
13712 | } | ||
13713 | _ACEOF | ||
13714 | if ac_fn_c_try_link "$LINENO"; then : | ||
13715 | ac_cv_lib_m_cos=yes | ||
13716 | else | ||
13717 | ac_cv_lib_m_cos=no | ||
13718 | fi | ||
13719 | rm -f core conftest.err conftest.$ac_objext \ | ||
13720 | conftest$ac_exeext conftest.$ac_ext | ||
13721 | LIBS=$ac_check_lib_save_LIBS | ||
13722 | fi | ||
13723 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 | ||
13724 | $as_echo "$ac_cv_lib_m_cos" >&6; } | ||
13725 | if test "x$ac_cv_lib_m_cos" = x""yes; then : | ||
13726 | LIBM="$LIBM -lm" | ||
13727 | fi | ||
13728 | |||
13729 | ;; | ||
13730 | *) | ||
13731 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 | ||
13732 | $as_echo_n "checking for cos in -lm... " >&6; } | ||
13733 | if test "${ac_cv_lib_m_cos+set}" = set; then : | ||
13734 | $as_echo_n "(cached) " >&6 | ||
13735 | else | ||
13736 | ac_check_lib_save_LIBS=$LIBS | ||
13737 | LIBS="-lm $LIBS" | ||
13738 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
13739 | /* end confdefs.h. */ | ||
13740 | |||
13741 | /* Override any GCC internal prototype to avoid an error. | ||
13742 | Use char because int might match the return type of a GCC | ||
13743 | builtin and then its argument prototype would still apply. */ | ||
13744 | #ifdef __cplusplus | ||
13745 | extern "C" | ||
13746 | #endif | ||
13747 | char cos (); | ||
13748 | int | ||
13749 | main () | ||
13750 | { | ||
13751 | return cos (); | ||
13752 | ; | ||
13753 | return 0; | ||
13754 | } | ||
13755 | _ACEOF | ||
13756 | if ac_fn_c_try_link "$LINENO"; then : | ||
13757 | ac_cv_lib_m_cos=yes | ||
13758 | else | ||
13759 | ac_cv_lib_m_cos=no | ||
13760 | fi | ||
13761 | rm -f core conftest.err conftest.$ac_objext \ | ||
13762 | conftest$ac_exeext conftest.$ac_ext | ||
13763 | LIBS=$ac_check_lib_save_LIBS | ||
13764 | fi | ||
13765 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 | ||
13766 | $as_echo "$ac_cv_lib_m_cos" >&6; } | ||
13767 | if test "x$ac_cv_lib_m_cos" = x""yes; then : | ||
13768 | LIBM="-lm" | ||
13769 | fi | ||
13770 | |||
13771 | ;; | ||
13772 | esac | ||
13773 | |||
13774 | |||
13775 | |||
13639 | # Provided by math.h | 13776 | # Provided by math.h |
13640 | save_LDFLAGS="$LDFLAGS" | ||
13641 | LDFLAGS="$LDFLAGS -lm" | ||
13642 | 13777 | ||
13778 | LDFLAGS="$LDFLAGS $LIBM" | ||
13643 | for ac_func in pow sqrt finite floor | 13779 | for ac_func in pow sqrt finite floor |
13644 | do : | 13780 | do : |
13645 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13781 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
@@ -13682,8 +13818,8 @@ $as_echo "#define isinf(x) (!finite(x) && x==x)" >>confdefs.h | |||
13682 | 13818 | ||
13683 | fi | 13819 | fi |
13684 | 13820 | ||
13685 | 13821 | LIBS="$LIBS $LIBM" | |
13686 | LDFLAGS="$save_LDFLAGS" | 13822 | LDFLAGS="$save_LIBS" |
13687 | 13823 | ||
13688 | # Provided by regex.h | 13824 | # Provided by regex.h |
13689 | for ac_func in re_comp | 13825 | for ac_func in re_comp |
@@ -21130,7 +21266,7 @@ CPPFLAGS="$CPPFLAGS -I$CHK_TCL_INCLUDE_PATH" | |||
21130 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if tcl is version $CHK_TCL_MAJOR.$CHK_TCL_MINOR or later" >&5 | 21266 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if tcl is version $CHK_TCL_MAJOR.$CHK_TCL_MINOR or later" >&5 |
21131 | $as_echo_n "checking if tcl is version $CHK_TCL_MAJOR.$CHK_TCL_MINOR or later... " >&6; } | 21267 | $as_echo_n "checking if tcl is version $CHK_TCL_MAJOR.$CHK_TCL_MINOR or later... " >&6; } |
21132 | cat > conftest.$ac_ext <<EOF | 21268 | cat > conftest.$ac_ext <<EOF |
21133 | #line 21133 "configure" | 21269 | #line 21269 "configure" |
21134 | #include "confdefs.h" | 21270 | #include "confdefs.h" |
21135 | 21271 | ||
21136 | #include "$CHK_TCL_INCLUDE_PATH/$CHK_TCL_INC_NAME" | 21272 | #include "$CHK_TCL_INCLUDE_PATH/$CHK_TCL_INC_NAME" |
@@ -21442,7 +21578,7 @@ CPPFLAGS="$CPPFLAGS $TCL_INC_PATH -I$CHK_TK_INCLUDE_PATH $X_CFLAGS" | |||
21442 | $as_echo_n "checking if tk is version $CHK_TK_MAJOR.$CHK_TK_MINOR or later... " >&6; } | 21578 | $as_echo_n "checking if tk is version $CHK_TK_MAJOR.$CHK_TK_MINOR or later... " >&6; } |
21443 | 21579 | ||
21444 | cat > conftest.$ac_ext <<EOF | 21580 | cat > conftest.$ac_ext <<EOF |
21445 | #line 21445 "configure" | 21581 | #line 21581 "configure" |
21446 | #include "confdefs.h" | 21582 | #include "confdefs.h" |
21447 | 21583 | ||
21448 | #include "$CHK_TK_INCLUDE_PATH/$CHK_TK_INC_NAME" | 21584 | #include "$CHK_TK_INCLUDE_PATH/$CHK_TK_INC_NAME" |
@@ -22024,7 +22160,7 @@ $as_echo_n "checking batik-all... " >&6; } | |||
22024 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22160 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22025 | 22161 | ||
22026 | cat << \EOF > conftest.java | 22162 | cat << \EOF > conftest.java |
22027 | // #line 22027 "configure" | 22163 | // #line 22163 "configure" |
22028 | import org.apache.batik.parser.Parser; | 22164 | import org.apache.batik.parser.Parser; |
22029 | 22165 | ||
22030 | public class conftest { | 22166 | public class conftest { |
@@ -22125,7 +22261,7 @@ $as_echo_n "checking batik... " >&6; } | |||
22125 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22261 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22126 | 22262 | ||
22127 | cat << \EOF > conftest.java | 22263 | cat << \EOF > conftest.java |
22128 | // #line 22128 "configure" | 22264 | // #line 22264 "configure" |
22129 | import org.apache.batik.parser.Parser; | 22265 | import org.apache.batik.parser.Parser; |
22130 | 22266 | ||
22131 | public class conftest { | 22267 | public class conftest { |
@@ -22228,7 +22364,7 @@ $as_echo_n "checking saxon... " >&6; } | |||
22228 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22364 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22229 | 22365 | ||
22230 | cat << \EOF > conftest.java | 22366 | cat << \EOF > conftest.java |
22231 | // #line 22231 "configure" | 22367 | // #line 22367 "configure" |
22232 | import com.icl.saxon.Loader; | 22368 | import com.icl.saxon.Loader; |
22233 | 22369 | ||
22234 | public class conftest { | 22370 | public class conftest { |
@@ -22329,7 +22465,7 @@ $as_echo_n "checking fop... " >&6; } | |||
22329 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22465 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22330 | 22466 | ||
22331 | cat << \EOF > conftest.java | 22467 | cat << \EOF > conftest.java |
22332 | // #line 22332 "configure" | 22468 | // #line 22468 "configure" |
22333 | import org.apache.fop.pdf.PDFInfo; | 22469 | import org.apache.fop.pdf.PDFInfo; |
22334 | 22470 | ||
22335 | public class conftest { | 22471 | public class conftest { |
@@ -22430,7 +22566,7 @@ $as_echo_n "checking jeuclid-core... " >&6; } | |||
22430 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22566 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22431 | 22567 | ||
22432 | cat << \EOF > conftest.java | 22568 | cat << \EOF > conftest.java |
22433 | // #line 22433 "configure" | 22569 | // #line 22569 "configure" |
22434 | import net.sourceforge.jeuclid.LayoutContext; | 22570 | import net.sourceforge.jeuclid.LayoutContext; |
22435 | 22571 | ||
22436 | public class conftest { | 22572 | public class conftest { |
@@ -22531,7 +22667,7 @@ $as_echo_n "checking commons-io... " >&6; } | |||
22531 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22667 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22532 | 22668 | ||
22533 | cat << \EOF > conftest.java | 22669 | cat << \EOF > conftest.java |
22534 | // #line 22534 "configure" | 22670 | // #line 22670 "configure" |
22535 | import org.apache.commons.io.output.CountingOutputStream; | 22671 | import org.apache.commons.io.output.CountingOutputStream; |
22536 | 22672 | ||
22537 | public class conftest { | 22673 | public class conftest { |
@@ -22632,7 +22768,7 @@ $as_echo_n "checking xmlgraphics-commons... " >&6; } | |||
22632 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22768 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22633 | 22769 | ||
22634 | cat << \EOF > conftest.java | 22770 | cat << \EOF > conftest.java |
22635 | // #line 22635 "configure" | 22771 | // #line 22771 "configure" |
22636 | import org.apache.xmlgraphics.util.Service; | 22772 | import org.apache.xmlgraphics.util.Service; |
22637 | 22773 | ||
22638 | public class conftest { | 22774 | public class conftest { |
@@ -22733,7 +22869,7 @@ $as_echo_n "checking xml-apis-ext... " >&6; } | |||
22733 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22869 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22734 | 22870 | ||
22735 | cat << \EOF > conftest.java | 22871 | cat << \EOF > conftest.java |
22736 | // #line 22736 "configure" | 22872 | // #line 22872 "configure" |
22737 | import org.w3c.dom.svg.SVGDocument; | 22873 | import org.w3c.dom.svg.SVGDocument; |
22738 | 22874 | ||
22739 | public class conftest { | 22875 | public class conftest { |
@@ -22834,7 +22970,7 @@ $as_echo_n "checking xml-commons-apis-ext... " >&6; } | |||
22834 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 22970 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22835 | 22971 | ||
22836 | cat << \EOF > conftest.java | 22972 | cat << \EOF > conftest.java |
22837 | // #line 22837 "configure" | 22973 | // #line 22973 "configure" |
22838 | import org.w3c.dom.svg.SVGDocument; | 22974 | import org.w3c.dom.svg.SVGDocument; |
22839 | 22975 | ||
22840 | public class conftest { | 22976 | public class conftest { |
@@ -22939,7 +23075,7 @@ $as_echo_n "checking avalon-framework... " >&6; } | |||
22939 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" | 23075 | export ac_java_classpath="$jar_resolved:$ac_java_classpath" |
22940 | 23076 | ||
22941 | cat << \EOF > conftest.java | 23077 | cat << \EOF > conftest.java |
22942 | // #line 22942 "configure" | 23078 | // #line 23078 "configure" |
22943 | import org.apache.avalon.framework.configuration.ConfigurationException; | 23079 | import org.apache.avalon.framework.configuration.ConfigurationException; |
22944 | 23080 | ||
22945 | public class conftest { | 23081 | public class conftest { |
@@ -29210,7 +29346,7 @@ else | |||
29210 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 29346 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
29211 | lt_status=$lt_dlunknown | 29347 | lt_status=$lt_dlunknown |
29212 | cat > conftest.$ac_ext <<_LT_EOF | 29348 | cat > conftest.$ac_ext <<_LT_EOF |
29213 | #line 29213 "configure" | 29349 | #line 29349 "configure" |
29214 | #include "confdefs.h" | 29350 | #include "confdefs.h" |
29215 | 29351 | ||
29216 | #if HAVE_DLFCN_H | 29352 | #if HAVE_DLFCN_H |
@@ -29316,7 +29452,7 @@ else | |||
29316 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 29452 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
29317 | lt_status=$lt_dlunknown | 29453 | lt_status=$lt_dlunknown |
29318 | cat > conftest.$ac_ext <<_LT_EOF | 29454 | cat > conftest.$ac_ext <<_LT_EOF |
29319 | #line 29319 "configure" | 29455 | #line 29455 "configure" |
29320 | #include "confdefs.h" | 29456 | #include "confdefs.h" |
29321 | 29457 | ||
29322 | #if HAVE_DLFCN_H | 29458 | #if HAVE_DLFCN_H |
diff --git a/scilab/contrib/Makefile.in b/scilab/contrib/Makefile.in index 899c8eb..ced43c4 100644 --- a/scilab/contrib/Makefile.in +++ b/scilab/contrib/Makefile.in | |||
@@ -156,6 +156,7 @@ LD = @LD@ | |||
156 | LDFLAGS = @LDFLAGS@ | 156 | LDFLAGS = @LDFLAGS@ |
157 | LIBICONV = @LIBICONV@ | 157 | LIBICONV = @LIBICONV@ |
158 | LIBINTL = @LIBINTL@ | 158 | LIBINTL = @LIBINTL@ |
159 | LIBM = @LIBM@ | ||
159 | LIBOBJS = @LIBOBJS@ | 160 | LIBOBJS = @LIBOBJS@ |
160 | LIBS = @LIBS@ | 161 | LIBS = @LIBS@ |
161 | LIBTOOL = @LIBTOOL@ | 162 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/libs/MALLOC/Makefile.in b/scilab/libs/MALLOC/Makefile.in index 7bb7de2..b1b90f7 100644 --- a/scilab/libs/MALLOC/Makefile.in +++ b/scilab/libs/MALLOC/Makefile.in | |||
@@ -222,6 +222,7 @@ LD = @LD@ | |||
222 | LDFLAGS = @LDFLAGS@ | 222 | LDFLAGS = @LDFLAGS@ |
223 | LIBICONV = @LIBICONV@ | 223 | LIBICONV = @LIBICONV@ |
224 | LIBINTL = @LIBINTL@ | 224 | LIBINTL = @LIBINTL@ |
225 | LIBM = @LIBM@ | ||
225 | LIBOBJS = @LIBOBJS@ | 226 | LIBOBJS = @LIBOBJS@ |
226 | LIBS = @LIBS@ | 227 | LIBS = @LIBS@ |
227 | LIBTOOL = @LIBTOOL@ | 228 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/libs/Makefile.in b/scilab/libs/Makefile.in index 6b7dd62..5580873 100644 --- a/scilab/libs/Makefile.in +++ b/scilab/libs/Makefile.in | |||
@@ -194,6 +194,7 @@ LD = @LD@ | |||
194 | LDFLAGS = @LDFLAGS@ | 194 | LDFLAGS = @LDFLAGS@ |
195 | LIBICONV = @LIBICONV@ | 195 | LIBICONV = @LIBICONV@ |
196 | LIBINTL = @LIBINTL@ | 196 | LIBINTL = @LIBINTL@ |
197 | LIBM = @LIBM@ | ||
197 | LIBOBJS = @LIBOBJS@ | 198 | LIBOBJS = @LIBOBJS@ |
198 | LIBS = @LIBS@ | 199 | LIBS = @LIBS@ |
199 | LIBTOOL = @LIBTOOL@ | 200 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/libs/doublylinkedlist/Makefile.in b/scilab/libs/doublylinkedlist/Makefile.in index 7a7cc58..fd95dbd 100644 --- a/scilab/libs/doublylinkedlist/Makefile.in +++ b/scilab/libs/doublylinkedlist/Makefile.in | |||
@@ -224,6 +224,7 @@ LD = @LD@ | |||
224 | LDFLAGS = @LDFLAGS@ | 224 | LDFLAGS = @LDFLAGS@ |
225 | LIBICONV = @LIBICONV@ | 225 | LIBICONV = @LIBICONV@ |
226 | LIBINTL = @LIBINTL@ | 226 | LIBINTL = @LIBINTL@ |
227 | LIBM = @LIBM@ | ||
227 | LIBOBJS = @LIBOBJS@ | 228 | LIBOBJS = @LIBOBJS@ |
228 | LIBS = @LIBS@ | 229 | LIBS = @LIBS@ |
229 | LIBTOOL = @LIBTOOL@ | 230 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/libs/dynamiclibrary/Makefile.in b/scilab/libs/dynamiclibrary/Makefile.in index 0e666a0..818c311 100644 --- a/scilab/libs/dynamiclibrary/Makefile.in +++ b/scilab/libs/dynamiclibrary/Makefile.in | |||
@@ -224,6 +224,7 @@ LD = @LD@ | |||
224 | LDFLAGS = @LDFLAGS@ | 224 | LDFLAGS = @LDFLAGS@ |
225 | LIBICONV = @LIBICONV@ | 225 | LIBICONV = @LIBICONV@ |
226 | LIBINTL = @LIBINTL@ | 226 | LIBINTL = @LIBINTL@ |
227 | LIBM = @LIBM@ | ||
227 | LIBOBJS = @LIBOBJS@ | 228 | LIBOBJS = @LIBOBJS@ |
228 | LIBS = @LIBS@ | 229 | LIBS = @LIBS@ |
229 | LIBTOOL = @LIBTOOL@ | 230 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/libs/hashtable/Makefile.in b/scilab/libs/hashtable/Makefile.in index 1ecbeef..c60a4c7 100644 --- a/scilab/libs/hashtable/Makefile.in +++ b/scilab/libs/hashtable/Makefile.in | |||
@@ -222,6 +222,7 @@ LD = @LD@ | |||
222 | LDFLAGS = @LDFLAGS@ | 222 | LDFLAGS = @LDFLAGS@ |
223 | LIBICONV = @LIBICONV@ | 223 | LIBICONV = @LIBICONV@ |
224 | LIBINTL = @LIBINTL@ | 224 | LIBINTL = @LIBINTL@ |
225 | LIBM = @LIBM@ | ||
225 | LIBOBJS = @LIBOBJS@ | 226 | LIBOBJS = @LIBOBJS@ |
226 | LIBS = @LIBS@ | 227 | LIBS = @LIBS@ |
227 | LIBTOOL = @LIBTOOL@ | 228 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/libs/libst/Makefile.in b/scilab/libs/libst/Makefile.in index 2629c87..5a72ab4 100644 --- a/scilab/libs/libst/Makefile.in +++ b/scilab/libs/libst/Makefile.in | |||
@@ -218,6 +218,7 @@ LD = @LD@ | |||
218 | LDFLAGS = @LDFLAGS@ | 218 | LDFLAGS = @LDFLAGS@ |
219 | LIBICONV = @LIBICONV@ | 219 | LIBICONV = @LIBICONV@ |
220 | LIBINTL = @LIBINTL@ | 220 | LIBINTL = @LIBINTL@ |
221 | LIBM = @LIBM@ | ||
221 | LIBOBJS = @LIBOBJS@ | 222 | LIBOBJS = @LIBOBJS@ |
222 | LIBS = @LIBS@ | 223 | LIBS = @LIBS@ |
223 | LIBTOOL = @LIBTOOL@ | 224 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/Makefile.in b/scilab/modules/Makefile.in index 55e3262..9151305 100644 --- a/scilab/modules/Makefile.in +++ b/scilab/modules/Makefile.in | |||
@@ -280,6 +280,7 @@ LD = @LD@ | |||
280 | LDFLAGS = @LDFLAGS@ | 280 | LDFLAGS = @LDFLAGS@ |
281 | LIBICONV = @LIBICONV@ | 281 | LIBICONV = @LIBICONV@ |
282 | LIBINTL = @LIBINTL@ | 282 | LIBINTL = @LIBINTL@ |
283 | LIBM = @LIBM@ | ||
283 | LIBOBJS = @LIBOBJS@ | 284 | LIBOBJS = @LIBOBJS@ |
284 | LIBS = @LIBS@ | 285 | LIBS = @LIBS@ |
285 | LIBTOOL = @LIBTOOL@ | 286 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/action_binding/Makefile.in b/scilab/modules/action_binding/Makefile.in index d0d1e81..6cdfa90 100644 --- a/scilab/modules/action_binding/Makefile.in +++ b/scilab/modules/action_binding/Makefile.in | |||
@@ -245,6 +245,7 @@ LD = @LD@ | |||
245 | LDFLAGS = @LDFLAGS@ | 245 | LDFLAGS = @LDFLAGS@ |
246 | LIBICONV = @LIBICONV@ | 246 | LIBICONV = @LIBICONV@ |
247 | LIBINTL = @LIBINTL@ | 247 | LIBINTL = @LIBINTL@ |
248 | LIBM = @LIBM@ | ||
248 | LIBOBJS = @LIBOBJS@ | 249 | LIBOBJS = @LIBOBJS@ |
249 | LIBS = @LIBS@ | 250 | LIBS = @LIBS@ |
250 | LIBTOOL = @LIBTOOL@ | 251 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/api_scilab/Makefile.in b/scilab/modules/api_scilab/Makefile.in index 6f5a5e0..59a7815 100644 --- a/scilab/modules/api_scilab/Makefile.in +++ b/scilab/modules/api_scilab/Makefile.in | |||
@@ -239,6 +239,7 @@ LD = @LD@ | |||
239 | LDFLAGS = @LDFLAGS@ | 239 | LDFLAGS = @LDFLAGS@ |
240 | LIBICONV = @LIBICONV@ | 240 | LIBICONV = @LIBICONV@ |
241 | LIBINTL = @LIBINTL@ | 241 | LIBINTL = @LIBINTL@ |
242 | LIBM = @LIBM@ | ||
242 | LIBOBJS = @LIBOBJS@ | 243 | LIBOBJS = @LIBOBJS@ |
243 | LIBS = @LIBS@ | 244 | LIBS = @LIBS@ |
244 | LIBTOOL = @LIBTOOL@ | 245 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/arnoldi/Makefile.in b/scilab/modules/arnoldi/Makefile.in index ad33113..b4054b5 100644 --- a/scilab/modules/arnoldi/Makefile.in +++ b/scilab/modules/arnoldi/Makefile.in | |||
@@ -261,6 +261,7 @@ LD = @LD@ | |||
261 | LDFLAGS = @LDFLAGS@ | 261 | LDFLAGS = @LDFLAGS@ |
262 | LIBICONV = @LIBICONV@ | 262 | LIBICONV = @LIBICONV@ |
263 | LIBINTL = @LIBINTL@ | 263 | LIBINTL = @LIBINTL@ |
264 | LIBM = @LIBM@ | ||
264 | LIBOBJS = @LIBOBJS@ | 265 | LIBOBJS = @LIBOBJS@ |
265 | LIBS = @LIBS@ | 266 | LIBS = @LIBS@ |
266 | LIBTOOL = @LIBTOOL@ | 267 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/atoms/Makefile.in b/scilab/modules/atoms/Makefile.in index 2e7d26f..78bc88e 100644 --- a/scilab/modules/atoms/Makefile.in +++ b/scilab/modules/atoms/Makefile.in | |||
@@ -201,6 +201,7 @@ LD = @LD@ | |||
201 | LDFLAGS = @LDFLAGS@ | 201 | LDFLAGS = @LDFLAGS@ |
202 | LIBICONV = @LIBICONV@ | 202 | LIBICONV = @LIBICONV@ |
203 | LIBINTL = @LIBINTL@ | 203 | LIBINTL = @LIBINTL@ |
204 | LIBM = @LIBM@ | ||
204 | LIBOBJS = @LIBOBJS@ | 205 | LIBOBJS = @LIBOBJS@ |
205 | LIBS = @LIBS@ | 206 | LIBS = @LIBS@ |
206 | LIBTOOL = @LIBTOOL@ | 207 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/boolean/Makefile.in b/scilab/modules/boolean/Makefile.in index 464fddf..86c173c 100644 --- a/scilab/modules/boolean/Makefile.in +++ b/scilab/modules/boolean/Makefile.in | |||
@@ -240,6 +240,7 @@ LD = @LD@ | |||
240 | LDFLAGS = @LDFLAGS@ | 240 | LDFLAGS = @LDFLAGS@ |
241 | LIBICONV = @LIBICONV@ | 241 | LIBICONV = @LIBICONV@ |
242 | LIBINTL = @LIBINTL@ | 242 | LIBINTL = @LIBINTL@ |
243 | LIBM = @LIBM@ | ||
243 | LIBOBJS = @LIBOBJS@ | 244 | LIBOBJS = @LIBOBJS@ |
244 | LIBS = @LIBS@ | 245 | LIBS = @LIBS@ |
245 | LIBTOOL = @LIBTOOL@ | 246 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/cacsd/Makefile.in b/scilab/modules/cacsd/Makefile.in index 0c8f5b7..7bc0092 100644 --- a/scilab/modules/cacsd/Makefile.in +++ b/scilab/modules/cacsd/Makefile.in | |||
@@ -335,6 +335,7 @@ LD = @LD@ | |||
335 | LDFLAGS = @LDFLAGS@ | 335 | LDFLAGS = @LDFLAGS@ |
336 | LIBICONV = @LIBICONV@ | 336 | LIBICONV = @LIBICONV@ |
337 | LIBINTL = @LIBINTL@ | 337 | LIBINTL = @LIBINTL@ |
338 | LIBM = @LIBM@ | ||
338 | LIBOBJS = @LIBOBJS@ | 339 | LIBOBJS = @LIBOBJS@ |
339 | LIBS = @LIBS@ | 340 | LIBS = @LIBS@ |
340 | LIBTOOL = @LIBTOOL@ | 341 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/call_scilab/Makefile.in b/scilab/modules/call_scilab/Makefile.in index 4fce415..2b040e5 100644 --- a/scilab/modules/call_scilab/Makefile.in +++ b/scilab/modules/call_scilab/Makefile.in | |||
@@ -236,6 +236,7 @@ LD = @LD@ | |||
236 | LDFLAGS = @LDFLAGS@ | 236 | LDFLAGS = @LDFLAGS@ |
237 | LIBICONV = @LIBICONV@ | 237 | LIBICONV = @LIBICONV@ |
238 | LIBINTL = @LIBINTL@ | 238 | LIBINTL = @LIBINTL@ |
239 | LIBM = @LIBM@ | ||
239 | LIBOBJS = @LIBOBJS@ | 240 | LIBOBJS = @LIBOBJS@ |
240 | LIBS = @LIBS@ | 241 | LIBS = @LIBS@ |
241 | LIBTOOL = @LIBTOOL@ | 242 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/compatibility_functions/Makefile.in b/scilab/modules/compatibility_functions/Makefile.in index 7ce7aed..b055c98 100644 --- a/scilab/modules/compatibility_functions/Makefile.in +++ b/scilab/modules/compatibility_functions/Makefile.in | |||
@@ -200,6 +200,7 @@ LD = @LD@ | |||
200 | LDFLAGS = @LDFLAGS@ | 200 | LDFLAGS = @LDFLAGS@ |
201 | LIBICONV = @LIBICONV@ | 201 | LIBICONV = @LIBICONV@ |
202 | LIBINTL = @LIBINTL@ | 202 | LIBINTL = @LIBINTL@ |
203 | LIBM = @LIBM@ | ||
203 | LIBOBJS = @LIBOBJS@ | 204 | LIBOBJS = @LIBOBJS@ |
204 | LIBS = @LIBS@ | 205 | LIBS = @LIBS@ |
205 | LIBTOOL = @LIBTOOL@ | 206 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/completion/Makefile.in b/scilab/modules/completion/Makefile.in index fb69473..499d549 100644 --- a/scilab/modules/completion/Makefile.in +++ b/scilab/modules/completion/Makefile.in | |||
@@ -262,6 +262,7 @@ LD = @LD@ | |||
262 | LDFLAGS = @LDFLAGS@ | 262 | LDFLAGS = @LDFLAGS@ |
263 | LIBICONV = @LIBICONV@ | 263 | LIBICONV = @LIBICONV@ |
264 | LIBINTL = @LIBINTL@ | 264 | LIBINTL = @LIBINTL@ |
265 | LIBM = @LIBM@ | ||
265 | LIBOBJS = @LIBOBJS@ | 266 | LIBOBJS = @LIBOBJS@ |
266 | LIBS = @LIBS@ | 267 | LIBS = @LIBS@ |
267 | LIBTOOL = @LIBTOOL@ | 268 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/console/Makefile.in b/scilab/modules/console/Makefile.in index e1716be..b352178 100644 --- a/scilab/modules/console/Makefile.in +++ b/scilab/modules/console/Makefile.in | |||
@@ -274,6 +274,7 @@ LD = @LD@ | |||
274 | LDFLAGS = @LDFLAGS@ | 274 | LDFLAGS = @LDFLAGS@ |
275 | LIBICONV = @LIBICONV@ | 275 | LIBICONV = @LIBICONV@ |
276 | LIBINTL = @LIBINTL@ | 276 | LIBINTL = @LIBINTL@ |
277 | LIBM = @LIBM@ | ||
277 | LIBOBJS = @LIBOBJS@ | 278 | LIBOBJS = @LIBOBJS@ |
278 | LIBS = @LIBS@ | 279 | LIBS = @LIBS@ |
279 | LIBTOOL = @LIBTOOL@ | 280 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/core/Makefile.in b/scilab/modules/core/Makefile.in index 46a7363..58f976e 100644 --- a/scilab/modules/core/Makefile.in +++ b/scilab/modules/core/Makefile.in | |||
@@ -463,6 +463,7 @@ LD = @LD@ | |||
463 | LDFLAGS = @LDFLAGS@ | 463 | LDFLAGS = @LDFLAGS@ |
464 | LIBICONV = @LIBICONV@ | 464 | LIBICONV = @LIBICONV@ |
465 | LIBINTL = @LIBINTL@ | 465 | LIBINTL = @LIBINTL@ |
466 | LIBM = @LIBM@ | ||
466 | LIBOBJS = @LIBOBJS@ | 467 | LIBOBJS = @LIBOBJS@ |
467 | LIBS = @LIBS@ | 468 | LIBS = @LIBS@ |
468 | LIBTOOL = @LIBTOOL@ | 469 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/data_structures/Makefile.in b/scilab/modules/data_structures/Makefile.in index 8fa9ed3..c5022bf 100644 --- a/scilab/modules/data_structures/Makefile.in +++ b/scilab/modules/data_structures/Makefile.in | |||
@@ -271,6 +271,7 @@ LD = @LD@ | |||
271 | LDFLAGS = @LDFLAGS@ | 271 | LDFLAGS = @LDFLAGS@ |
272 | LIBICONV = @LIBICONV@ | 272 | LIBICONV = @LIBICONV@ |
273 | LIBINTL = @LIBINTL@ | 273 | LIBINTL = @LIBINTL@ |
274 | LIBM = @LIBM@ | ||
274 | LIBOBJS = @LIBOBJS@ | 275 | LIBOBJS = @LIBOBJS@ |
275 | LIBS = @LIBS@ | 276 | LIBS = @LIBS@ |
276 | LIBTOOL = @LIBTOOL@ | 277 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/demo_tools/Makefile.in b/scilab/modules/demo_tools/Makefile.in index 84c4692..c0fefe8 100644 --- a/scilab/modules/demo_tools/Makefile.in +++ b/scilab/modules/demo_tools/Makefile.in | |||
@@ -199,6 +199,7 @@ LD = @LD@ | |||
199 | LDFLAGS = @LDFLAGS@ | 199 | LDFLAGS = @LDFLAGS@ |
200 | LIBICONV = @LIBICONV@ | 200 | LIBICONV = @LIBICONV@ |
201 | LIBINTL = @LIBINTL@ | 201 | LIBINTL = @LIBINTL@ |
202 | LIBM = @LIBM@ | ||
202 | LIBOBJS = @LIBOBJS@ | 203 | LIBOBJS = @LIBOBJS@ |
203 | LIBS = @LIBS@ | 204 | LIBS = @LIBS@ |
204 | LIBTOOL = @LIBTOOL@ | 205 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/development_tools/Makefile.in b/scilab/modules/development_tools/Makefile.in index ca73158..b9573f6 100644 --- a/scilab/modules/development_tools/Makefile.in +++ b/scilab/modules/development_tools/Makefile.in | |||
@@ -198,6 +198,7 @@ LD = @LD@ | |||
198 | LDFLAGS = @LDFLAGS@ | 198 | LDFLAGS = @LDFLAGS@ |
199 | LIBICONV = @LIBICONV@ | 199 | LIBICONV = @LIBICONV@ |
200 | LIBINTL = @LIBINTL@ | 200 | LIBINTL = @LIBINTL@ |
201 | LIBM = @LIBM@ | ||
201 | LIBOBJS = @LIBOBJS@ | 202 | LIBOBJS = @LIBOBJS@ |
202 | LIBS = @LIBS@ | 203 | LIBS = @LIBS@ |
203 | LIBTOOL = @LIBTOOL@ | 204 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/development_tools/src/fake/Makefile.in b/scilab/modules/development_tools/src/fake/Makefile.in index d9419b0..ed6e5f9 100644 --- a/scilab/modules/development_tools/src/fake/Makefile.in +++ b/scilab/modules/development_tools/src/fake/Makefile.in | |||
@@ -149,6 +149,7 @@ LD = @LD@ | |||
149 | LDFLAGS = @LDFLAGS@ | 149 | LDFLAGS = @LDFLAGS@ |
150 | LIBICONV = @LIBICONV@ | 150 | LIBICONV = @LIBICONV@ |
151 | LIBINTL = @LIBINTL@ | 151 | LIBINTL = @LIBINTL@ |
152 | LIBM = @LIBM@ | ||
152 | LIBOBJS = @LIBOBJS@ | 153 | LIBOBJS = @LIBOBJS@ |
153 | LIBS = @LIBS@ | 154 | LIBS = @LIBS@ |
154 | LIBTOOL = @LIBTOOL@ | 155 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/differential_equations/Makefile.in b/scilab/modules/differential_equations/Makefile.in index 98d6b68..3211959 100644 --- a/scilab/modules/differential_equations/Makefile.in +++ b/scilab/modules/differential_equations/Makefile.in | |||
@@ -282,6 +282,7 @@ LD = @LD@ | |||
282 | LDFLAGS = @LDFLAGS@ | 282 | LDFLAGS = @LDFLAGS@ |
283 | LIBICONV = @LIBICONV@ | 283 | LIBICONV = @LIBICONV@ |
284 | LIBINTL = @LIBINTL@ | 284 | LIBINTL = @LIBINTL@ |
285 | LIBM = @LIBM@ | ||
285 | LIBOBJS = @LIBOBJS@ | 286 | LIBOBJS = @LIBOBJS@ |
286 | LIBS = @LIBS@ | 287 | LIBS = @LIBS@ |
287 | LIBTOOL = @LIBTOOL@ | 288 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/double/Makefile.in b/scilab/modules/double/Makefile.in index 8c02ec4..85179bc 100644 --- a/scilab/modules/double/Makefile.in +++ b/scilab/modules/double/Makefile.in | |||
@@ -240,6 +240,7 @@ LD = @LD@ | |||
240 | LDFLAGS = @LDFLAGS@ | 240 | LDFLAGS = @LDFLAGS@ |
241 | LIBICONV = @LIBICONV@ | 241 | LIBICONV = @LIBICONV@ |
242 | LIBINTL = @LIBINTL@ | 242 | LIBINTL = @LIBINTL@ |
243 | LIBM = @LIBM@ | ||
243 | LIBOBJS = @LIBOBJS@ | 244 | LIBOBJS = @LIBOBJS@ |
244 | LIBS = @LIBS@ | 245 | LIBS = @LIBS@ |
245 | LIBTOOL = @LIBTOOL@ | 246 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/dynamic_link/Makefile.in b/scilab/modules/dynamic_link/Makefile.in index 97ce989..40345b8 100644 --- a/scilab/modules/dynamic_link/Makefile.in +++ b/scilab/modules/dynamic_link/Makefile.in | |||
@@ -257,6 +257,7 @@ LD = @LD@ | |||
257 | LDFLAGS = @LDFLAGS@ | 257 | LDFLAGS = @LDFLAGS@ |
258 | LIBICONV = @LIBICONV@ | 258 | LIBICONV = @LIBICONV@ |
259 | LIBINTL = @LIBINTL@ | 259 | LIBINTL = @LIBINTL@ |
260 | LIBM = @LIBM@ | ||
260 | LIBOBJS = @LIBOBJS@ | 261 | LIBOBJS = @LIBOBJS@ |
261 | LIBS = @LIBS@ | 262 | LIBS = @LIBS@ |
262 | LIBTOOL = @LIBTOOL@ | 263 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/elementary_functions/Makefile.in b/scilab/modules/elementary_functions/Makefile.in index bb0f88e..caab1a9 100644 --- a/scilab/modules/elementary_functions/Makefile.in +++ b/scilab/modules/elementary_functions/Makefile.in | |||
@@ -609,6 +609,7 @@ LD = @LD@ | |||
609 | LDFLAGS = @LDFLAGS@ | 609 | LDFLAGS = @LDFLAGS@ |
610 | LIBICONV = @LIBICONV@ | 610 | LIBICONV = @LIBICONV@ |
611 | LIBINTL = @LIBINTL@ | 611 | LIBINTL = @LIBINTL@ |
612 | LIBM = @LIBM@ | ||
612 | LIBOBJS = @LIBOBJS@ | 613 | LIBOBJS = @LIBOBJS@ |
613 | LIBS = @LIBS@ | 614 | LIBS = @LIBS@ |
614 | LIBTOOL = @LIBTOOL@ | 615 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/fftw/Makefile.in b/scilab/modules/fftw/Makefile.in index 4343608..5453c04 100644 --- a/scilab/modules/fftw/Makefile.in +++ b/scilab/modules/fftw/Makefile.in | |||
@@ -259,6 +259,7 @@ LD = @LD@ | |||
259 | LDFLAGS = @LDFLAGS@ | 259 | LDFLAGS = @LDFLAGS@ |
260 | LIBICONV = @LIBICONV@ | 260 | LIBICONV = @LIBICONV@ |
261 | LIBINTL = @LIBINTL@ | 261 | LIBINTL = @LIBINTL@ |
262 | LIBM = @LIBM@ | ||
262 | LIBOBJS = @LIBOBJS@ | 263 | LIBOBJS = @LIBOBJS@ |
263 | LIBS = @LIBS@ | 264 | LIBS = @LIBS@ |
264 | LIBTOOL = @LIBTOOL@ | 265 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/fileio/Makefile.in b/scilab/modules/fileio/Makefile.in index b5e9e23..f7e2037 100644 --- a/scilab/modules/fileio/Makefile.in +++ b/scilab/modules/fileio/Makefile.in | |||
@@ -289,6 +289,7 @@ LD = @LD@ | |||
289 | LDFLAGS = @LDFLAGS@ | 289 | LDFLAGS = @LDFLAGS@ |
290 | LIBICONV = @LIBICONV@ | 290 | LIBICONV = @LIBICONV@ |
291 | LIBINTL = @LIBINTL@ | 291 | LIBINTL = @LIBINTL@ |
292 | LIBM = @LIBM@ | ||
292 | LIBOBJS = @LIBOBJS@ | 293 | LIBOBJS = @LIBOBJS@ |
293 | LIBS = @LIBS@ | 294 | LIBS = @LIBS@ |
294 | LIBTOOL = @LIBTOOL@ | 295 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/functions/Makefile.in b/scilab/modules/functions/Makefile.in index 8291e9f..dc82e78 100644 --- a/scilab/modules/functions/Makefile.in +++ b/scilab/modules/functions/Makefile.in | |||
@@ -251,6 +251,7 @@ LD = @LD@ | |||
251 | LDFLAGS = @LDFLAGS@ | 251 | LDFLAGS = @LDFLAGS@ |
252 | LIBICONV = @LIBICONV@ | 252 | LIBICONV = @LIBICONV@ |
253 | LIBINTL = @LIBINTL@ | 253 | LIBINTL = @LIBINTL@ |
254 | LIBM = @LIBM@ | ||
254 | LIBOBJS = @LIBOBJS@ | 255 | LIBOBJS = @LIBOBJS@ |
255 | LIBS = @LIBS@ | 256 | LIBS = @LIBS@ |
256 | LIBTOOL = @LIBTOOL@ | 257 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/genetic_algorithms/Makefile.in b/scilab/modules/genetic_algorithms/Makefile.in index 3730cb9..0707a1b 100644 --- a/scilab/modules/genetic_algorithms/Makefile.in +++ b/scilab/modules/genetic_algorithms/Makefile.in | |||
@@ -202,6 +202,7 @@ LD = @LD@ | |||
202 | LDFLAGS = @LDFLAGS@ | 202 | LDFLAGS = @LDFLAGS@ |
203 | LIBICONV = @LIBICONV@ | 203 | LIBICONV = @LIBICONV@ |
204 | LIBINTL = @LIBINTL@ | 204 | LIBINTL = @LIBINTL@ |
205 | LIBM = @LIBM@ | ||
205 | LIBOBJS = @LIBOBJS@ | 206 | LIBOBJS = @LIBOBJS@ |
206 | LIBS = @LIBS@ | 207 | LIBS = @LIBS@ |
207 | LIBTOOL = @LIBTOOL@ | 208 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/graphic_export/Makefile.in b/scilab/modules/graphic_export/Makefile.in index e54b7bc..02fbcc6 100644 --- a/scilab/modules/graphic_export/Makefile.in +++ b/scilab/modules/graphic_export/Makefile.in | |||
@@ -276,6 +276,7 @@ LD = @LD@ | |||
276 | LDFLAGS = @LDFLAGS@ | 276 | LDFLAGS = @LDFLAGS@ |
277 | LIBICONV = @LIBICONV@ | 277 | LIBICONV = @LIBICONV@ |
278 | LIBINTL = @LIBINTL@ | 278 | LIBINTL = @LIBINTL@ |
279 | LIBM = @LIBM@ | ||
279 | LIBOBJS = @LIBOBJS@ | 280 | LIBOBJS = @LIBOBJS@ |
280 | LIBS = @LIBS@ | 281 | LIBS = @LIBS@ |
281 | LIBTOOL = @LIBTOOL@ | 282 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/graphics/Makefile.in b/scilab/modules/graphics/Makefile.in index 2c70877..d9a08ce 100644 --- a/scilab/modules/graphics/Makefile.in +++ b/scilab/modules/graphics/Makefile.in | |||
@@ -611,6 +611,7 @@ LD = @LD@ | |||
611 | LDFLAGS = @LDFLAGS@ | 611 | LDFLAGS = @LDFLAGS@ |
612 | LIBICONV = @LIBICONV@ | 612 | LIBICONV = @LIBICONV@ |
613 | LIBINTL = @LIBINTL@ | 613 | LIBINTL = @LIBINTL@ |
614 | LIBM = @LIBM@ | ||
614 | LIBOBJS = @LIBOBJS@ | 615 | LIBOBJS = @LIBOBJS@ |
615 | LIBS = @LIBS@ | 616 | LIBS = @LIBS@ |
616 | LIBTOOL = @LIBTOOL@ | 617 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/gui/Makefile.in b/scilab/modules/gui/Makefile.in index 0c4999e..c34b426 100644 --- a/scilab/modules/gui/Makefile.in +++ b/scilab/modules/gui/Makefile.in | |||
@@ -364,6 +364,7 @@ LD = @LD@ | |||
364 | LDFLAGS = @LDFLAGS@ | 364 | LDFLAGS = @LDFLAGS@ |
365 | LIBICONV = @LIBICONV@ | 365 | LIBICONV = @LIBICONV@ |
366 | LIBINTL = @LIBINTL@ | 366 | LIBINTL = @LIBINTL@ |
367 | LIBM = @LIBM@ | ||
367 | LIBOBJS = @LIBOBJS@ | 368 | LIBOBJS = @LIBOBJS@ |
368 | LIBS = @LIBS@ | 369 | LIBS = @LIBS@ |
369 | LIBTOOL = @LIBTOOL@ | 370 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/hdf5/Makefile.in b/scilab/modules/hdf5/Makefile.in index 3bade33..47fb355 100644 --- a/scilab/modules/hdf5/Makefile.in +++ b/scilab/modules/hdf5/Makefile.in | |||
@@ -290,6 +290,7 @@ LD = @LD@ | |||
290 | LDFLAGS = @LDFLAGS@ | 290 | LDFLAGS = @LDFLAGS@ |
291 | LIBICONV = @LIBICONV@ | 291 | LIBICONV = @LIBICONV@ |
292 | LIBINTL = @LIBINTL@ | 292 | LIBINTL = @LIBINTL@ |
293 | LIBM = @LIBM@ | ||
293 | LIBOBJS = @LIBOBJS@ | 294 | LIBOBJS = @LIBOBJS@ |
294 | LIBS = @LIBS@ | 295 | LIBS = @LIBS@ |
295 | LIBTOOL = @LIBTOOL@ | 296 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/helptools/Makefile.in b/scilab/modules/helptools/Makefile.in index 6acc16e..684d075 100644 --- a/scilab/modules/helptools/Makefile.in +++ b/scilab/modules/helptools/Makefile.in | |||
@@ -264,6 +264,7 @@ LD = @LD@ | |||
264 | LDFLAGS = @LDFLAGS@ | 264 | LDFLAGS = @LDFLAGS@ |
265 | LIBICONV = @LIBICONV@ | 265 | LIBICONV = @LIBICONV@ |
266 | LIBINTL = @LIBINTL@ | 266 | LIBINTL = @LIBINTL@ |
267 | LIBM = @LIBM@ | ||
267 | LIBOBJS = @LIBOBJS@ | 268 | LIBOBJS = @LIBOBJS@ |
268 | LIBS = @LIBS@ | 269 | LIBS = @LIBS@ |
269 | LIBTOOL = @LIBTOOL@ | 270 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/history_manager/Makefile.in b/scilab/modules/history_manager/Makefile.in index d5eceac..4384215 100644 --- a/scilab/modules/history_manager/Makefile.in +++ b/scilab/modules/history_manager/Makefile.in | |||
@@ -287,6 +287,7 @@ LD = @LD@ | |||
287 | LDFLAGS = @LDFLAGS@ | 287 | LDFLAGS = @LDFLAGS@ |
288 | LIBICONV = @LIBICONV@ | 288 | LIBICONV = @LIBICONV@ |
289 | LIBINTL = @LIBINTL@ | 289 | LIBINTL = @LIBINTL@ |
290 | LIBM = @LIBM@ | ||
290 | LIBOBJS = @LIBOBJS@ | 291 | LIBOBJS = @LIBOBJS@ |
291 | LIBS = @LIBS@ | 292 | LIBS = @LIBS@ |
292 | LIBTOOL = @LIBTOOL@ | 293 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/integer/Makefile.in b/scilab/modules/integer/Makefile.in index 84d9e2c..795767e 100644 --- a/scilab/modules/integer/Makefile.in +++ b/scilab/modules/integer/Makefile.in | |||
@@ -275,6 +275,7 @@ LD = @LD@ | |||
275 | LDFLAGS = @LDFLAGS@ | 275 | LDFLAGS = @LDFLAGS@ |
276 | LIBICONV = @LIBICONV@ | 276 | LIBICONV = @LIBICONV@ |
277 | LIBINTL = @LIBINTL@ | 277 | LIBINTL = @LIBINTL@ |
278 | LIBM = @LIBM@ | ||
278 | LIBOBJS = @LIBOBJS@ | 279 | LIBOBJS = @LIBOBJS@ |
279 | LIBS = @LIBS@ | 280 | LIBS = @LIBS@ |
280 | LIBTOOL = @LIBTOOL@ | 281 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/interpolation/Makefile.in b/scilab/modules/interpolation/Makefile.in index 3392372..f7ea6b3 100644 --- a/scilab/modules/interpolation/Makefile.in +++ b/scilab/modules/interpolation/Makefile.in | |||
@@ -257,6 +257,7 @@ LD = @LD@ | |||
257 | LDFLAGS = @LDFLAGS@ | 257 | LDFLAGS = @LDFLAGS@ |
258 | LIBICONV = @LIBICONV@ | 258 | LIBICONV = @LIBICONV@ |
259 | LIBINTL = @LIBINTL@ | 259 | LIBINTL = @LIBINTL@ |
260 | LIBM = @LIBM@ | ||
260 | LIBOBJS = @LIBOBJS@ | 261 | LIBOBJS = @LIBOBJS@ |
261 | LIBS = @LIBS@ | 262 | LIBS = @LIBS@ |
262 | LIBTOOL = @LIBTOOL@ | 263 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index a508c34..1a9405e 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -240,6 +240,7 @@ LD = @LD@ | |||
240 | LDFLAGS = @LDFLAGS@ | 240 | LDFLAGS = @LDFLAGS@ |
241 | LIBICONV = @LIBICONV@ | 241 | LIBICONV = @LIBICONV@ |
242 | LIBINTL = @LIBINTL@ | 242 | LIBINTL = @LIBINTL@ |
243 | LIBM = @LIBM@ | ||
243 | LIBOBJS = @LIBOBJS@ | 244 | LIBOBJS = @LIBOBJS@ |
244 | LIBS = @LIBS@ | 245 | LIBS = @LIBS@ |
245 | LIBTOOL = @LIBTOOL@ | 246 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/io/Makefile.in b/scilab/modules/io/Makefile.in index e6b99d4..5d162d9 100644 --- a/scilab/modules/io/Makefile.in +++ b/scilab/modules/io/Makefile.in | |||
@@ -261,6 +261,7 @@ LD = @LD@ | |||
261 | LDFLAGS = @LDFLAGS@ | 261 | LDFLAGS = @LDFLAGS@ |
262 | LIBICONV = @LIBICONV@ | 262 | LIBICONV = @LIBICONV@ |
263 | LIBINTL = @LIBINTL@ | 263 | LIBINTL = @LIBINTL@ |
264 | LIBM = @LIBM@ | ||
264 | LIBOBJS = @LIBOBJS@ | 265 | LIBOBJS = @LIBOBJS@ |
265 | LIBS = @LIBS@ | 266 | LIBS = @LIBS@ |
266 | LIBTOOL = @LIBTOOL@ | 267 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/javasci/Makefile.in b/scilab/modules/javasci/Makefile.in index 3a9dc44..5a2d899 100644 --- a/scilab/modules/javasci/Makefile.in +++ b/scilab/modules/javasci/Makefile.in | |||
@@ -252,6 +252,7 @@ LD = @LD@ | |||
252 | LDFLAGS = @LDFLAGS@ | 252 | LDFLAGS = @LDFLAGS@ |
253 | LIBICONV = @LIBICONV@ | 253 | LIBICONV = @LIBICONV@ |
254 | LIBINTL = @LIBINTL@ | 254 | LIBINTL = @LIBINTL@ |
255 | LIBM = @LIBM@ | ||
255 | LIBOBJS = @LIBOBJS@ | 256 | LIBOBJS = @LIBOBJS@ |
256 | LIBS = @LIBS@ | 257 | LIBS = @LIBS@ |
257 | LIBTOOL = @LIBTOOL@ | 258 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/jvm/Makefile.in b/scilab/modules/jvm/Makefile.in index d0a238b..14fd641 100644 --- a/scilab/modules/jvm/Makefile.in +++ b/scilab/modules/jvm/Makefile.in | |||
@@ -267,6 +267,7 @@ LD = @LD@ | |||
267 | LDFLAGS = @LDFLAGS@ | 267 | LDFLAGS = @LDFLAGS@ |
268 | LIBICONV = @LIBICONV@ | 268 | LIBICONV = @LIBICONV@ |
269 | LIBINTL = @LIBINTL@ | 269 | LIBINTL = @LIBINTL@ |
270 | LIBM = @LIBM@ | ||
270 | LIBOBJS = @LIBOBJS@ | 271 | LIBOBJS = @LIBOBJS@ |
271 | LIBS = @LIBS@ | 272 | LIBS = @LIBS@ |
272 | LIBTOOL = @LIBTOOL@ | 273 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/linear_algebra/Makefile.in b/scilab/modules/linear_algebra/Makefile.in index 3b594ca..7665338 100644 --- a/scilab/modules/linear_algebra/Makefile.in +++ b/scilab/modules/linear_algebra/Makefile.in | |||
@@ -277,6 +277,7 @@ LD = @LD@ | |||
277 | LDFLAGS = @LDFLAGS@ | 277 | LDFLAGS = @LDFLAGS@ |
278 | LIBICONV = @LIBICONV@ | 278 | LIBICONV = @LIBICONV@ |
279 | LIBINTL = @LIBINTL@ | 279 | LIBINTL = @LIBINTL@ |
280 | LIBM = @LIBM@ | ||
280 | LIBOBJS = @LIBOBJS@ | 281 | LIBOBJS = @LIBOBJS@ |
281 | LIBS = @LIBS@ | 282 | LIBS = @LIBS@ |
282 | LIBTOOL = @LIBTOOL@ | 283 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/localization/Makefile.in b/scilab/modules/localization/Makefile.in index 795f64c..602a917 100644 --- a/scilab/modules/localization/Makefile.in +++ b/scilab/modules/localization/Makefile.in | |||
@@ -264,6 +264,7 @@ LD = @LD@ | |||
264 | LDFLAGS = @LDFLAGS@ | 264 | LDFLAGS = @LDFLAGS@ |
265 | LIBICONV = @LIBICONV@ | 265 | LIBICONV = @LIBICONV@ |
266 | LIBINTL = @LIBINTL@ | 266 | LIBINTL = @LIBINTL@ |
267 | LIBM = @LIBM@ | ||
267 | LIBOBJS = @LIBOBJS@ | 268 | LIBOBJS = @LIBOBJS@ |
268 | LIBS = @LIBS@ | 269 | LIBS = @LIBS@ |
269 | LIBTOOL = @LIBTOOL@ | 270 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/m2sci/Makefile.in b/scilab/modules/m2sci/Makefile.in index b175401..5df156f 100644 --- a/scilab/modules/m2sci/Makefile.in +++ b/scilab/modules/m2sci/Makefile.in | |||
@@ -197,6 +197,7 @@ LD = @LD@ | |||
197 | LDFLAGS = @LDFLAGS@ | 197 | LDFLAGS = @LDFLAGS@ |
198 | LIBICONV = @LIBICONV@ | 198 | LIBICONV = @LIBICONV@ |
199 | LIBINTL = @LIBINTL@ | 199 | LIBINTL = @LIBINTL@ |
200 | LIBM = @LIBM@ | ||
200 | LIBOBJS = @LIBOBJS@ | 201 | LIBOBJS = @LIBOBJS@ |
201 | LIBS = @LIBS@ | 202 | LIBS = @LIBS@ |
202 | LIBTOOL = @LIBTOOL@ | 203 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/maple2scilab/Makefile.in b/scilab/modules/maple2scilab/Makefile.in index 7151ab4..ba30602 100644 --- a/scilab/modules/maple2scilab/Makefile.in +++ b/scilab/modules/maple2scilab/Makefile.in | |||
@@ -197,6 +197,7 @@ LD = @LD@ | |||
197 | LDFLAGS = @LDFLAGS@ | 197 | LDFLAGS = @LDFLAGS@ |
198 | LIBICONV = @LIBICONV@ | 198 | LIBICONV = @LIBICONV@ |
199 | LIBINTL = @LIBINTL@ | 199 | LIBINTL = @LIBINTL@ |
200 | LIBM = @LIBM@ | ||
200 | LIBOBJS = @LIBOBJS@ | 201 | LIBOBJS = @LIBOBJS@ |
201 | LIBS = @LIBS@ | 202 | LIBS = @LIBS@ |
202 | LIBTOOL = @LIBTOOL@ | 203 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/matio/Makefile.in b/scilab/modules/matio/Makefile.in index 0d69939..ea6b806 100644 --- a/scilab/modules/matio/Makefile.in +++ b/scilab/modules/matio/Makefile.in | |||
@@ -263,6 +263,7 @@ LD = @LD@ | |||
263 | LDFLAGS = @LDFLAGS@ | 263 | LDFLAGS = @LDFLAGS@ |
264 | LIBICONV = @LIBICONV@ | 264 | LIBICONV = @LIBICONV@ |
265 | LIBINTL = @LIBINTL@ | 265 | LIBINTL = @LIBINTL@ |
266 | LIBM = @LIBM@ | ||
266 | LIBOBJS = @LIBOBJS@ | 267 | LIBOBJS = @LIBOBJS@ |
267 | LIBS = @LIBS@ | 268 | LIBS = @LIBS@ |
268 | LIBTOOL = @LIBTOOL@ | 269 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/mexlib/Makefile.in b/scilab/modules/mexlib/Makefile.in index 68a7863..c23a3cc 100644 --- a/scilab/modules/mexlib/Makefile.in +++ b/scilab/modules/mexlib/Makefile.in | |||
@@ -241,6 +241,7 @@ LD = @LD@ | |||
241 | LDFLAGS = @LDFLAGS@ | 241 | LDFLAGS = @LDFLAGS@ |
242 | LIBICONV = @LIBICONV@ | 242 | LIBICONV = @LIBICONV@ |
243 | LIBINTL = @LIBINTL@ | 243 | LIBINTL = @LIBINTL@ |
244 | LIBM = @LIBM@ | ||
244 | LIBOBJS = @LIBOBJS@ | 245 | LIBOBJS = @LIBOBJS@ |
245 | LIBS = @LIBS@ | 246 | LIBS = @LIBS@ |
246 | LIBTOOL = @LIBTOOL@ | 247 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/optimization/Makefile.in b/scilab/modules/optimization/Makefile.in index e0fbebe..9ecdd50 100644 --- a/scilab/modules/optimization/Makefile.in +++ b/scilab/modules/optimization/Makefile.in | |||
@@ -268,6 +268,7 @@ LD = @LD@ | |||
268 | LDFLAGS = @LDFLAGS@ | 268 | LDFLAGS = @LDFLAGS@ |
269 | LIBICONV = @LIBICONV@ | 269 | LIBICONV = @LIBICONV@ |
270 | LIBINTL = @LIBINTL@ | 270 | LIBINTL = @LIBINTL@ |
271 | LIBM = @LIBM@ | ||
271 | LIBOBJS = @LIBOBJS@ | 272 | LIBOBJS = @LIBOBJS@ |
272 | LIBS = @LIBS@ | 273 | LIBS = @LIBS@ |
273 | LIBTOOL = @LIBTOOL@ | 274 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/output_stream/Makefile.in b/scilab/modules/output_stream/Makefile.in index f7d5bd4..906ad02 100644 --- a/scilab/modules/output_stream/Makefile.in +++ b/scilab/modules/output_stream/Makefile.in | |||
@@ -272,6 +272,7 @@ LD = @LD@ | |||
272 | LDFLAGS = @LDFLAGS@ | 272 | LDFLAGS = @LDFLAGS@ |
273 | LIBICONV = @LIBICONV@ | 273 | LIBICONV = @LIBICONV@ |
274 | LIBINTL = @LIBINTL@ | 274 | LIBINTL = @LIBINTL@ |
275 | LIBM = @LIBM@ | ||
275 | LIBOBJS = @LIBOBJS@ | 276 | LIBOBJS = @LIBOBJS@ |
276 | LIBS = @LIBS@ | 277 | LIBS = @LIBS@ |
277 | LIBTOOL = @LIBTOOL@ | 278 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/overloading/Makefile.in b/scilab/modules/overloading/Makefile.in index eea59f3..3844faa 100644 --- a/scilab/modules/overloading/Makefile.in +++ b/scilab/modules/overloading/Makefile.in | |||
@@ -198,6 +198,7 @@ LD = @LD@ | |||
198 | LDFLAGS = @LDFLAGS@ | 198 | LDFLAGS = @LDFLAGS@ |
199 | LIBICONV = @LIBICONV@ | 199 | LIBICONV = @LIBICONV@ |
200 | LIBINTL = @LIBINTL@ | 200 | LIBINTL = @LIBINTL@ |
201 | LIBM = @LIBM@ | ||
201 | LIBOBJS = @LIBOBJS@ | 202 | LIBOBJS = @LIBOBJS@ |
202 | LIBS = @LIBS@ | 203 | LIBS = @LIBS@ |
203 | LIBTOOL = @LIBTOOL@ | 204 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/parameters/Makefile.in b/scilab/modules/parameters/Makefile.in index 5275a3b..c988899 100644 --- a/scilab/modules/parameters/Makefile.in +++ b/scilab/modules/parameters/Makefile.in | |||
@@ -201,6 +201,7 @@ LD = @LD@ | |||
201 | LDFLAGS = @LDFLAGS@ | 201 | LDFLAGS = @LDFLAGS@ |
202 | LIBICONV = @LIBICONV@ | 202 | LIBICONV = @LIBICONV@ |
203 | LIBINTL = @LIBINTL@ | 203 | LIBINTL = @LIBINTL@ |
204 | LIBM = @LIBM@ | ||
204 | LIBOBJS = @LIBOBJS@ | 205 | LIBOBJS = @LIBOBJS@ |
205 | LIBS = @LIBS@ | 206 | LIBS = @LIBS@ |
206 | LIBTOOL = @LIBTOOL@ | 207 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/polynomials/Makefile.in b/scilab/modules/polynomials/Makefile.in index 2b563a9..08c5e3d 100644 --- a/scilab/modules/polynomials/Makefile.in +++ b/scilab/modules/polynomials/Makefile.in | |||
@@ -271,6 +271,7 @@ LD = @LD@ | |||
271 | LDFLAGS = @LDFLAGS@ | 271 | LDFLAGS = @LDFLAGS@ |
272 | LIBICONV = @LIBICONV@ | 272 | LIBICONV = @LIBICONV@ |
273 | LIBINTL = @LIBINTL@ | 273 | LIBINTL = @LIBINTL@ |
274 | LIBM = @LIBM@ | ||
274 | LIBOBJS = @LIBOBJS@ | 275 | LIBOBJS = @LIBOBJS@ |
275 | LIBS = @LIBS@ | 276 | LIBS = @LIBS@ |
276 | LIBTOOL = @LIBTOOL@ | 277 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/pvm/Makefile.in b/scilab/modules/pvm/Makefile.in index c1c9a71..1c17869 100644 --- a/scilab/modules/pvm/Makefile.in +++ b/scilab/modules/pvm/Makefile.in | |||
@@ -312,6 +312,7 @@ LD = @LD@ | |||
312 | LDFLAGS = @LDFLAGS@ | 312 | LDFLAGS = @LDFLAGS@ |
313 | LIBICONV = @LIBICONV@ | 313 | LIBICONV = @LIBICONV@ |
314 | LIBINTL = @LIBINTL@ | 314 | LIBINTL = @LIBINTL@ |
315 | LIBM = @LIBM@ | ||
315 | LIBOBJS = @LIBOBJS@ | 316 | LIBOBJS = @LIBOBJS@ |
316 | LIBS = @LIBS@ | 317 | LIBS = @LIBS@ |
317 | LIBTOOL = @LIBTOOL@ | 318 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/randlib/Makefile.in b/scilab/modules/randlib/Makefile.in index 5b8090c..cf76002 100644 --- a/scilab/modules/randlib/Makefile.in +++ b/scilab/modules/randlib/Makefile.in | |||
@@ -245,6 +245,7 @@ LD = @LD@ | |||
245 | LDFLAGS = @LDFLAGS@ | 245 | LDFLAGS = @LDFLAGS@ |
246 | LIBICONV = @LIBICONV@ | 246 | LIBICONV = @LIBICONV@ |
247 | LIBINTL = @LIBINTL@ | 247 | LIBINTL = @LIBINTL@ |
248 | LIBM = @LIBM@ | ||
248 | LIBOBJS = @LIBOBJS@ | 249 | LIBOBJS = @LIBOBJS@ |
249 | LIBS = @LIBS@ | 250 | LIBS = @LIBS@ |
250 | LIBTOOL = @LIBTOOL@ | 251 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/renderer/Makefile.in b/scilab/modules/renderer/Makefile.in index 4ac68c2..5dba7f9 100644 --- a/scilab/modules/renderer/Makefile.in +++ b/scilab/modules/renderer/Makefile.in | |||
@@ -507,6 +507,7 @@ LD = @LD@ | |||
507 | LDFLAGS = @LDFLAGS@ | 507 | LDFLAGS = @LDFLAGS@ |
508 | LIBICONV = @LIBICONV@ | 508 | LIBICONV = @LIBICONV@ |
509 | LIBINTL = @LIBINTL@ | 509 | LIBINTL = @LIBINTL@ |
510 | LIBM = @LIBM@ | ||
510 | LIBOBJS = @LIBOBJS@ | 511 | LIBOBJS = @LIBOBJS@ |
511 | LIBS = @LIBS@ | 512 | LIBS = @LIBS@ |
512 | LIBTOOL = @LIBTOOL@ | 513 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/scicos/Makefile.in b/scilab/modules/scicos/Makefile.in index 29b2f19..dede8ea 100644 --- a/scilab/modules/scicos/Makefile.in +++ b/scilab/modules/scicos/Makefile.in | |||
@@ -402,6 +402,7 @@ LD = @LD@ | |||
402 | LDFLAGS = @LDFLAGS@ | 402 | LDFLAGS = @LDFLAGS@ |
403 | LIBICONV = @LIBICONV@ | 403 | LIBICONV = @LIBICONV@ |
404 | LIBINTL = @LIBINTL@ | 404 | LIBINTL = @LIBINTL@ |
405 | LIBM = @LIBM@ | ||
405 | LIBOBJS = @LIBOBJS@ | 406 | LIBOBJS = @LIBOBJS@ |
406 | LIBS = @LIBS@ | 407 | LIBS = @LIBS@ |
407 | LIBTOOL = @LIBTOOL@ | 408 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/scicos_blocks/Makefile.in b/scilab/modules/scicos_blocks/Makefile.in index e167a6e..d5c4174 100644 --- a/scilab/modules/scicos_blocks/Makefile.in +++ b/scilab/modules/scicos_blocks/Makefile.in | |||
@@ -718,6 +718,7 @@ LD = @LD@ | |||
718 | LDFLAGS = @LDFLAGS@ | 718 | LDFLAGS = @LDFLAGS@ |
719 | LIBICONV = @LIBICONV@ | 719 | LIBICONV = @LIBICONV@ |
720 | LIBINTL = @LIBINTL@ | 720 | LIBINTL = @LIBINTL@ |
721 | LIBM = @LIBM@ | ||
721 | LIBOBJS = @LIBOBJS@ | 722 | LIBOBJS = @LIBOBJS@ |
722 | LIBS = @LIBS@ | 723 | LIBS = @LIBS@ |
723 | LIBTOOL = @LIBTOOL@ | 724 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/shell/Makefile.in b/scilab/modules/shell/Makefile.in index b0cb32a..09a985f 100644 --- a/scilab/modules/shell/Makefile.in +++ b/scilab/modules/shell/Makefile.in | |||
@@ -254,6 +254,7 @@ LD = @LD@ | |||
254 | LDFLAGS = @LDFLAGS@ | 254 | LDFLAGS = @LDFLAGS@ |
255 | LIBICONV = @LIBICONV@ | 255 | LIBICONV = @LIBICONV@ |
256 | LIBINTL = @LIBINTL@ | 256 | LIBINTL = @LIBINTL@ |
257 | LIBM = @LIBM@ | ||
257 | LIBOBJS = @LIBOBJS@ | 258 | LIBOBJS = @LIBOBJS@ |
258 | LIBS = @LIBS@ | 259 | LIBS = @LIBS@ |
259 | LIBTOOL = @LIBTOOL@ | 260 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/signal_processing/Makefile.in b/scilab/modules/signal_processing/Makefile.in index 4de8177..d0ae4fb 100644 --- a/scilab/modules/signal_processing/Makefile.in +++ b/scilab/modules/signal_processing/Makefile.in | |||
@@ -263,6 +263,7 @@ LD = @LD@ | |||
263 | LDFLAGS = @LDFLAGS@ | 263 | LDFLAGS = @LDFLAGS@ |
264 | LIBICONV = @LIBICONV@ | 264 | LIBICONV = @LIBICONV@ |
265 | LIBINTL = @LIBINTL@ | 265 | LIBINTL = @LIBINTL@ |
266 | LIBM = @LIBM@ | ||
266 | LIBOBJS = @LIBOBJS@ | 267 | LIBOBJS = @LIBOBJS@ |
267 | LIBS = @LIBS@ | 268 | LIBS = @LIBS@ |
268 | LIBTOOL = @LIBTOOL@ | 269 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/simulated_annealing/Makefile.in b/scilab/modules/simulated_annealing/Makefile.in index ba029cd..5bba38f 100644 --- a/scilab/modules/simulated_annealing/Makefile.in +++ b/scilab/modules/simulated_annealing/Makefile.in | |||
@@ -202,6 +202,7 @@ LD = @LD@ | |||
202 | LDFLAGS = @LDFLAGS@ | 202 | LDFLAGS = @LDFLAGS@ |
203 | LIBICONV = @LIBICONV@ | 203 | LIBICONV = @LIBICONV@ |
204 | LIBINTL = @LIBINTL@ | 204 | LIBINTL = @LIBINTL@ |
205 | LIBM = @LIBM@ | ||
205 | LIBOBJS = @LIBOBJS@ | 206 | LIBOBJS = @LIBOBJS@ |
206 | LIBS = @LIBS@ | 207 | LIBS = @LIBS@ |
207 | LIBTOOL = @LIBTOOL@ | 208 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/sound/Makefile.in b/scilab/modules/sound/Makefile.in index 11fad3f..110ff50 100644 --- a/scilab/modules/sound/Makefile.in +++ b/scilab/modules/sound/Makefile.in | |||
@@ -228,6 +228,7 @@ LD = @LD@ | |||
228 | LDFLAGS = @LDFLAGS@ | 228 | LDFLAGS = @LDFLAGS@ |
229 | LIBICONV = @LIBICONV@ | 229 | LIBICONV = @LIBICONV@ |
230 | LIBINTL = @LIBINTL@ | 230 | LIBINTL = @LIBINTL@ |
231 | LIBM = @LIBM@ | ||
231 | LIBOBJS = @LIBOBJS@ | 232 | LIBOBJS = @LIBOBJS@ |
232 | LIBS = @LIBS@ | 233 | LIBS = @LIBS@ |
233 | LIBTOOL = @LIBTOOL@ | 234 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/sparse/Makefile.in b/scilab/modules/sparse/Makefile.in index 572562d..c833129 100644 --- a/scilab/modules/sparse/Makefile.in +++ b/scilab/modules/sparse/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # Makefile.in generated by automake 1.11 from Makefile.am. | 1 | # Makefile.in generated by automake 1.11.1 from Makefile.am. |
2 | # @configure_input@ | 2 | # @configure_input@ |
3 | 3 | ||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
@@ -278,6 +278,7 @@ LD = @LD@ | |||
278 | LDFLAGS = @LDFLAGS@ | 278 | LDFLAGS = @LDFLAGS@ |
279 | LIBICONV = @LIBICONV@ | 279 | LIBICONV = @LIBICONV@ |
280 | LIBINTL = @LIBINTL@ | 280 | LIBINTL = @LIBINTL@ |
281 | LIBM = @LIBM@ | ||
281 | LIBOBJS = @LIBOBJS@ | 282 | LIBOBJS = @LIBOBJS@ |
282 | LIBS = @LIBS@ | 283 | LIBS = @LIBS@ |
283 | LIBTOOL = @LIBTOOL@ | 284 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/special_functions/Makefile.in b/scilab/modules/special_functions/Makefile.in index 9615289..96e551d 100644 --- a/scilab/modules/special_functions/Makefile.in +++ b/scilab/modules/special_functions/Makefile.in | |||
@@ -258,6 +258,7 @@ LD = @LD@ | |||
258 | LDFLAGS = @LDFLAGS@ | 258 | LDFLAGS = @LDFLAGS@ |
259 | LIBICONV = @LIBICONV@ | 259 | LIBICONV = @LIBICONV@ |
260 | LIBINTL = @LIBINTL@ | 260 | LIBINTL = @LIBINTL@ |
261 | LIBM = @LIBM@ | ||
261 | LIBOBJS = @LIBOBJS@ | 262 | LIBOBJS = @LIBOBJS@ |
262 | LIBS = @LIBS@ | 263 | LIBS = @LIBS@ |
263 | LIBTOOL = @LIBTOOL@ | 264 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/spreadsheet/Makefile.in b/scilab/modules/spreadsheet/Makefile.in index 4de9a34..8816c2a 100644 --- a/scilab/modules/spreadsheet/Makefile.in +++ b/scilab/modules/spreadsheet/Makefile.in | |||
@@ -239,6 +239,7 @@ LD = @LD@ | |||
239 | LDFLAGS = @LDFLAGS@ | 239 | LDFLAGS = @LDFLAGS@ |
240 | LIBICONV = @LIBICONV@ | 240 | LIBICONV = @LIBICONV@ |
241 | LIBINTL = @LIBINTL@ | 241 | LIBINTL = @LIBINTL@ |
242 | LIBM = @LIBM@ | ||
242 | LIBOBJS = @LIBOBJS@ | 243 | LIBOBJS = @LIBOBJS@ |
243 | LIBS = @LIBS@ | 244 | LIBS = @LIBS@ |
244 | LIBTOOL = @LIBTOOL@ | 245 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/statistics/Makefile.in b/scilab/modules/statistics/Makefile.in index bc15609..3c758b6 100644 --- a/scilab/modules/statistics/Makefile.in +++ b/scilab/modules/statistics/Makefile.in | |||
@@ -259,6 +259,7 @@ LD = @LD@ | |||
259 | LDFLAGS = @LDFLAGS@ | 259 | LDFLAGS = @LDFLAGS@ |
260 | LIBICONV = @LIBICONV@ | 260 | LIBICONV = @LIBICONV@ |
261 | LIBINTL = @LIBINTL@ | 261 | LIBINTL = @LIBINTL@ |
262 | LIBM = @LIBM@ | ||
262 | LIBOBJS = @LIBOBJS@ | 263 | LIBOBJS = @LIBOBJS@ |
263 | LIBS = @LIBS@ | 264 | LIBS = @LIBS@ |
264 | LIBTOOL = @LIBTOOL@ | 265 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/string/Makefile.in b/scilab/modules/string/Makefile.in index dc49de9..9c82018 100644 --- a/scilab/modules/string/Makefile.in +++ b/scilab/modules/string/Makefile.in | |||
@@ -273,6 +273,7 @@ LD = @LD@ | |||
273 | LDFLAGS = @LDFLAGS@ | 273 | LDFLAGS = @LDFLAGS@ |
274 | LIBICONV = @LIBICONV@ | 274 | LIBICONV = @LIBICONV@ |
275 | LIBINTL = @LIBINTL@ | 275 | LIBINTL = @LIBINTL@ |
276 | LIBM = @LIBM@ | ||
276 | LIBOBJS = @LIBOBJS@ | 277 | LIBOBJS = @LIBOBJS@ |
277 | LIBS = @LIBS@ | 278 | LIBS = @LIBS@ |
278 | LIBTOOL = @LIBTOOL@ | 279 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/symbolic/Makefile.in b/scilab/modules/symbolic/Makefile.in index 3a4f056..4e7d0b1 100644 --- a/scilab/modules/symbolic/Makefile.in +++ b/scilab/modules/symbolic/Makefile.in | |||
@@ -243,6 +243,7 @@ LD = @LD@ | |||
243 | LDFLAGS = @LDFLAGS@ | 243 | LDFLAGS = @LDFLAGS@ |
244 | LIBICONV = @LIBICONV@ | 244 | LIBICONV = @LIBICONV@ |
245 | LIBINTL = @LIBINTL@ | 245 | LIBINTL = @LIBINTL@ |
246 | LIBM = @LIBM@ | ||
246 | LIBOBJS = @LIBOBJS@ | 247 | LIBOBJS = @LIBOBJS@ |
247 | LIBS = @LIBS@ | 248 | LIBS = @LIBS@ |
248 | LIBTOOL = @LIBTOOL@ | 249 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/tclsci/Makefile.in b/scilab/modules/tclsci/Makefile.in index f7a3e4c..34d5299 100644 --- a/scilab/modules/tclsci/Makefile.in +++ b/scilab/modules/tclsci/Makefile.in | |||
@@ -280,6 +280,7 @@ LD = @LD@ | |||
280 | LDFLAGS = @LDFLAGS@ | 280 | LDFLAGS = @LDFLAGS@ |
281 | LIBICONV = @LIBICONV@ | 281 | LIBICONV = @LIBICONV@ |
282 | LIBINTL = @LIBINTL@ | 282 | LIBINTL = @LIBINTL@ |
283 | LIBM = @LIBM@ | ||
283 | LIBOBJS = @LIBOBJS@ | 284 | LIBOBJS = @LIBOBJS@ |
284 | LIBS = @LIBS@ | 285 | LIBS = @LIBS@ |
285 | LIBTOOL = @LIBTOOL@ | 286 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/texmacs/Makefile.in b/scilab/modules/texmacs/Makefile.in index a8fa530..08dd081 100644 --- a/scilab/modules/texmacs/Makefile.in +++ b/scilab/modules/texmacs/Makefile.in | |||
@@ -197,6 +197,7 @@ LD = @LD@ | |||
197 | LDFLAGS = @LDFLAGS@ | 197 | LDFLAGS = @LDFLAGS@ |
198 | LIBICONV = @LIBICONV@ | 198 | LIBICONV = @LIBICONV@ |
199 | LIBINTL = @LIBINTL@ | 199 | LIBINTL = @LIBINTL@ |
200 | LIBM = @LIBM@ | ||
200 | LIBOBJS = @LIBOBJS@ | 201 | LIBOBJS = @LIBOBJS@ |
201 | LIBS = @LIBS@ | 202 | LIBS = @LIBS@ |
202 | LIBTOOL = @LIBTOOL@ | 203 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/time/Makefile.in b/scilab/modules/time/Makefile.in index 591263a..d4d45cb 100644 --- a/scilab/modules/time/Makefile.in +++ b/scilab/modules/time/Makefile.in | |||
@@ -235,6 +235,7 @@ LD = @LD@ | |||
235 | LDFLAGS = @LDFLAGS@ | 235 | LDFLAGS = @LDFLAGS@ |
236 | LIBICONV = @LIBICONV@ | 236 | LIBICONV = @LIBICONV@ |
237 | LIBINTL = @LIBINTL@ | 237 | LIBINTL = @LIBINTL@ |
238 | LIBM = @LIBM@ | ||
238 | LIBOBJS = @LIBOBJS@ | 239 | LIBOBJS = @LIBOBJS@ |
239 | LIBS = @LIBS@ | 240 | LIBS = @LIBS@ |
240 | LIBTOOL = @LIBTOOL@ | 241 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/umfpack/Makefile.in b/scilab/modules/umfpack/Makefile.in index b34089c..df3d067 100644 --- a/scilab/modules/umfpack/Makefile.in +++ b/scilab/modules/umfpack/Makefile.in | |||
@@ -266,6 +266,7 @@ LD = @LD@ | |||
266 | LDFLAGS = @LDFLAGS@ | 266 | LDFLAGS = @LDFLAGS@ |
267 | LIBICONV = @LIBICONV@ | 267 | LIBICONV = @LIBICONV@ |
268 | LIBINTL = @LIBINTL@ | 268 | LIBINTL = @LIBINTL@ |
269 | LIBM = @LIBM@ | ||
269 | LIBOBJS = @LIBOBJS@ | 270 | LIBOBJS = @LIBOBJS@ |
270 | LIBS = @LIBS@ | 271 | LIBS = @LIBS@ |
271 | LIBTOOL = @LIBTOOL@ | 272 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/windows_tools/Makefile.in b/scilab/modules/windows_tools/Makefile.in index 66078bb..c572ca0 100644 --- a/scilab/modules/windows_tools/Makefile.in +++ b/scilab/modules/windows_tools/Makefile.in | |||
@@ -227,6 +227,7 @@ LD = @LD@ | |||
227 | LDFLAGS = @LDFLAGS@ | 227 | LDFLAGS = @LDFLAGS@ |
228 | LIBICONV = @LIBICONV@ | 228 | LIBICONV = @LIBICONV@ |
229 | LIBINTL = @LIBINTL@ | 229 | LIBINTL = @LIBINTL@ |
230 | LIBM = @LIBM@ | ||
230 | LIBOBJS = @LIBOBJS@ | 231 | LIBOBJS = @LIBOBJS@ |
231 | LIBS = @LIBS@ | 232 | LIBS = @LIBS@ |
232 | LIBTOOL = @LIBTOOL@ | 233 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/xcos/Makefile.in b/scilab/modules/xcos/Makefile.in index 05eff88..6895d58 100644 --- a/scilab/modules/xcos/Makefile.in +++ b/scilab/modules/xcos/Makefile.in | |||
@@ -266,6 +266,7 @@ LD = @LD@ | |||
266 | LDFLAGS = @LDFLAGS@ | 266 | LDFLAGS = @LDFLAGS@ |
267 | LIBICONV = @LIBICONV@ | 267 | LIBICONV = @LIBICONV@ |
268 | LIBINTL = @LIBINTL@ | 268 | LIBINTL = @LIBINTL@ |
269 | LIBM = @LIBM@ | ||
269 | LIBOBJS = @LIBOBJS@ | 270 | LIBOBJS = @LIBOBJS@ |
270 | LIBS = @LIBS@ | 271 | LIBS = @LIBS@ |
271 | LIBTOOL = @LIBTOOL@ | 272 | LIBTOOL = @LIBTOOL@ |
diff --git a/scilab/modules/xpad/Makefile.in b/scilab/modules/xpad/Makefile.in index f8f8194..4af6156 100644 --- a/scilab/modules/xpad/Makefile.in +++ b/scilab/modules/xpad/Makefile.in | |||
@@ -260,6 +260,7 @@ LD = @LD@ | |||
260 | LDFLAGS = @LDFLAGS@ | 260 | LDFLAGS = @LDFLAGS@ |
261 | LIBICONV = @LIBICONV@ | 261 | LIBICONV = @LIBICONV@ |
262 | LIBINTL = @LIBINTL@ | 262 | LIBINTL = @LIBINTL@ |
263 | LIBM = @LIBM@ | ||
263 | LIBOBJS = @LIBOBJS@ | 264 | LIBOBJS = @LIBOBJS@ |
264 | LIBS = @LIBS@ | 265 | LIBS = @LIBS@ |
265 | LIBTOOL = @LIBTOOL@ | 266 | LIBTOOL = @LIBTOOL@ |