Updates for Automake 1.13.x. Without these changes, Automake 1.13.x
will error out, due to use of the previously-deprecated-and-now-removed AM_CONFIG_HEADER macro. This commit was SVN r27790.
Этот коммит содержится в:
родитель
4c28c8cbd0
Коммит
675a2f5c48
@ -10,7 +10,7 @@
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# * Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2006-2013 Cisco Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2006-2008 Sun Microsystems, Inc. All rights reserved.
|
||||
# Copyright (c) 2006-2011 Los Alamos National Security, LLC. All rights
|
||||
# reserved.
|
||||
@ -155,11 +155,11 @@ AC_MSG_RESULT([$ltversion])
|
||||
|
||||
# List header files to generate
|
||||
|
||||
AM_CONFIG_HEADER([opal/include/opal_config.h])
|
||||
AC_CONFIG_HEADERS([opal/include/opal_config.h])
|
||||
m4_ifdef([project_orte],
|
||||
[AM_CONFIG_HEADER([orte/include/orte_config.h])])
|
||||
[AC_CONFIG_HEADERS([orte/include/orte_config.h])])
|
||||
m4_ifdef([project_ompi],
|
||||
[AM_CONFIG_HEADER([ompi/include/ompi_config.h ompi/include/mpi.h])])
|
||||
[AC_CONFIG_HEADERS([ompi/include/ompi_config.h ompi/include/mpi.h])])
|
||||
|
||||
# override/fixup the version numbers set by AC_INIT, since on
|
||||
# developer builds, there's no good way to know what the version is
|
||||
|
@ -6,7 +6,7 @@ AC_INIT([VampirTrace], [m4_normalize(esyscmd([cat VERSION]))], [vampirsupport@zi
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AC_CONFIG_MACRO_DIR(config/m4)
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
# If Automake supports silent rules, enable them.
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||
AC_CONFIG_MACRO_DIR(config/m4)
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# If Automake supports silent rules, enable them.
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
@ -20,7 +20,8 @@
|
||||
AC_PREREQ(2.59)
|
||||
|
||||
# if this blows up, it's because you forgot to run autoheader
|
||||
AC_INIT(adio/include/romioconf.h.in)
|
||||
# Open MPI: changed to 4 arg AC INIT
|
||||
AC_INIT([romio], [Open MPI 1.2.6], [http://www.mpich.org], [romio])
|
||||
# VERSION=1.2.6
|
||||
# AC_MSG_RESULT([Configuring ROMIO Version $VERSION])
|
||||
CONFIGURE_ARGS="$*"
|
||||
@ -207,7 +208,7 @@ AC_CONFIG_AUX_DIR(confdb)
|
||||
PAC_PROG_MAKE
|
||||
|
||||
# Open MPI: Init automake
|
||||
AM_INIT_AUTOMAKE(io-romio, 1.2.6, 'no')
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
|
||||
# Open MPI: If Automake supports silent rules, enable them.
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
@ -7,12 +7,15 @@ dnl
|
||||
dnl Original version Dug Song <dugsong@monkey.org>
|
||||
|
||||
AC_PREREQ(2.59c)
|
||||
AC_INIT(event.c)
|
||||
# Open MPI: changed to 4 arg AC INIT
|
||||
AC_INIT([libevent], [2.0.19-stable], [http://libevent.org], [libevent])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE(libevent,2.0.19-stable)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
# Open MPI: changed to one 1 arg AM INIT_AUTOMAKE
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
# Open MPI: changed AM CONFIG_HEADER to AC CONFIG_HEADERS
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_DEFINE(NUMERIC_VERSION, 0x02001300, [Numeric representation of the version])
|
||||
|
||||
dnl Initialize prefix.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user