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
27 строки
1.0 KiB
Makefile
27 строки
1.0 KiB
Makefile
#
|
|
# Copyright (c) 2004-2005 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$
|
|
#
|
|
|
|
SUBDIRS = config contrib $(MCA_PROJECT_SUBDIRS) test
|
|
EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.sh
|
|
|
|
include examples/Makefile.include
|
|
|
|
dist-hook:
|
|
csh "$(top_srcdir)/config/distscript.csh" "$(top_srcdir)" "$(distdir)" "$(OMPI_VERSION)" "$(OMPI_SVN_R)"
|