source: gs2-extensions/parallel-building/trunk/src/src/mpidspacemediafilter-src/configure.ac

Last change on this file was 25810, checked in by jmt12, 12 years ago

MPI executable to provide parallel processing functionality to DSpace in a fashion similar to our Greenstone parallel processing tools

File size: 532 bytes
Line 
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3AC_PREREQ(2.59)
4AC_INIT([mpidspacemediafilter], [1.0], [[email protected]])
5AM_INIT_AUTOMAKE
6AC_CANONICAL_HOST
7
8# Checks for programs.
9AC_PROG_CXX([mpic++])
10
11# Checks for libraries.
12AC_CHECK_LIB([mpi],[MPI_Init])
13
14# Checks for header files.
15
16# Checks for typedefs, structures, and compiler characteristics.
17
18# Checks for library functions.
19
20# Completion
21AC_CONFIG_FILES([Makefile])
22AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.