diff options
author | jofret | 2007-03-26 08:44:37 +0000 |
---|---|---|
committer | jofret | 2007-03-26 08:44:37 +0000 |
commit | 95a3bf013313cab969dd94f689609b807ec2965d (patch) | |
tree | b28c95d483081979b3fc3f111d5a3cd7580a245d /src/elementaryFunctions/asin | |
parent | c25ee1d2c91580af9533ffbd45a8f8d5c5cddbb4 (diff) | |
download | scilab2c-95a3bf013313cab969dd94f689609b807ec2965d.tar.gz scilab2c-95a3bf013313cab969dd94f689609b807ec2965d.tar.bz2 scilab2c-95a3bf013313cab969dd94f689609b807ec2965d.zip |
Autotools generation
Diffstat (limited to 'src/elementaryFunctions/asin')
-rw-r--r-- | src/elementaryFunctions/asin/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/elementaryFunctions/asin/Makefile.in b/src/elementaryFunctions/asin/Makefile.in index 7d68455b..e7fe7ec6 100644 --- a/src/elementaryFunctions/asin/Makefile.in +++ b/src/elementaryFunctions/asin/Makefile.in @@ -103,7 +103,6 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ -GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -133,6 +132,8 @@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ @@ -149,30 +150,23 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ -htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ -localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ -psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ |