1cba10e11b
time, 27 May 2008 -- not web archived as of this commit), do the following: * move libtoolize earlier in the process * remove most of acinclude.m4; instead, use "aclocal -I config" at the top-level to have it automatically pull in any relevant .m4 file * add patch for ifort shared library support for LT 2.2.4 (http://lists.gnu.org/archive/html/bug-libtool/2008-05/msg00049.html); will likely be unnecessary in future LT versions This commit was SVN r18515.
37 строки
1.3 KiB
Bash
37 строки
1.3 KiB
Bash
dnl -*- shell-script -*-
|
|
dnl
|
|
dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
dnl University Research and Technology
|
|
dnl Corporation. All rights reserved.
|
|
dnl Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
dnl of Tennessee Research Foundation. All rights
|
|
dnl reserved.
|
|
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
dnl University of Stuttgart. All rights reserved.
|
|
dnl Copyright (c) 2004-2005 The Regents of the University of California.
|
|
dnl All rights reserved.
|
|
dnl Copyright (c) 2006-2008 Cisco Systems, Inc. All rights reserved.
|
|
dnl Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
|
dnl reserved.
|
|
dnl Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
|
|
dnl $COPYRIGHT$
|
|
dnl
|
|
dnl Additional copyrights may follow
|
|
dnl
|
|
dnl $HEADER$
|
|
dnl
|
|
|
|
m4_include(config/ompi_get_version.m4)
|
|
|
|
#
|
|
# The config/mca_no_configure_components.m4 file is generated by
|
|
# autogen.sh
|
|
#
|
|
m4_include(config/mca_no_configure_components.m4)
|
|
|
|
#
|
|
# mca_m4_config_include.m4 is generated by autogen.sh. It includes
|
|
# the list of all component configure.m4 macros.
|
|
#
|
|
m4_include(config/mca_m4_config_include.m4)
|