[cig-commits] [commit] pluggable: Initial configure script generated by 'autoscan'. (fa4caa5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 08:55:32 PDT 2014


Repository : ssh://geoshell/specfem3d_globe

On branch  : pluggable
Link       : https://github.com/geodynamics/specfem3d_globe/compare/64e1b38f0c5ebb4056cce0b15d41c0b9f94ab6e5...099a4d330d5b173b21e51ad441f9f429e5d37842

>---------------------------------------------------------------

commit fa4caa59331b295ed74c4cad5460622addaf0e90
Author: Leif Strand <leif at geodynamics.org>
Date:   Wed May 6 16:58:12 2009 +0000

    Initial configure script generated by 'autoscan'.


>---------------------------------------------------------------

fa4caa59331b295ed74c4cad5460622addaf0e90
 UTILS/seis_process/configure.ac | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/UTILS/seis_process/configure.ac b/UTILS/seis_process/configure.ac
new file mode 100644
index 0000000..a16cdf6
--- /dev/null
+++ b/UTILS/seis_process/configure.ac
@@ -0,0 +1,31 @@
+#                                               -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ(2.61)
+AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
+AC_CONFIG_SRCDIR([convolve_stf.c])
+AC_CONFIG_HEADER([config.h])
+
+# Checks for programs.
+AC_PROG_CC
+
+# Checks for libraries.
+# FIXME: Replace `main' with a function in `-lm':
+AC_CHECK_LIB([m], [main])
+# FIXME: Replace `main' with a function in `-lsacio':
+AC_CHECK_LIB([sacio], [main])
+
+# Checks for header files.
+AC_HEADER_STDC
+AC_CHECK_HEADERS([limits.h stdlib.h string.h])
+
+# Checks for typedefs, structures, and compiler characteristics.
+AC_C_CONST
+
+# Checks for library functions.
+AC_FUNC_MALLOC
+AC_FUNC_STRTOD
+AC_CHECK_FUNCS([sqrt strtol])
+
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT



More information about the CIG-COMMITS mailing list