5bb1e5151f
* Include all the stuff that is necessary for running autogen.sh in a distribution tarball. * Remove from config/Makefile.am's EXTRA_DIST that which is automatically included in the tarball in recent versions of Automake (i.e., all the m4 files that are acincluded). * Make ROMIO's configure script look for something that is actually included in the tarball. Fixes trac:1025. This commit was SVN r17505. The following Trac tickets were found above: Ticket 1025 --> https://svn.open-mpi.org/trac/ompi/ticket/1025
30 строки
987 B
Makefile
30 строки
987 B
Makefile
#
|
|
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = \
|
|
distscript.csh \
|
|
ompi_get_version.m4sh \
|
|
libltdl_dlopen_global.diff \
|
|
lt1522-pathCC.diff \
|
|
lt21a-pathCC.diff \
|
|
ltmain_otool.diff
|
|
|
|
maintainer-clean-local:
|
|
rm -f ompi_get_version.sh
|