207 lines
7.7 KiB
Diff
207 lines
7.7 KiB
Diff
---
|
|
Makefile.am | 2 +-
|
|
config/swig.m4 | 4 ++--
|
|
ibdiag/Makefile.am | 4 ++--
|
|
ibdiag/src/Makefile.am | 2 ++
|
|
ibdm/Makefile.am | 2 +-
|
|
ibdm/config/swig.m4 | 4 ++--
|
|
ibdm/src/Makefile.am | 2 ++
|
|
ibis/Makefile.am | 2 +-
|
|
ibis/config/swig.m4 | 4 ++--
|
|
ibis/configure.in | 7 ++++---
|
|
ibmgtsim/Makefile.am | 2 +-
|
|
ibmgtsim/config/swig.m4 | 4 ++--
|
|
12 files changed, 22 insertions(+), 17 deletions(-)
|
|
|
|
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am.orig 2011-01-06 08:25:51.000000000 +0100
|
|
+++ Makefile.am 2013-08-28 17:45:28.024940672 +0200
|
|
@@ -42,7 +42,7 @@ DIST_SUBDIRS = ibis ibdm ibdi
|
|
|
|
# this will control the update of the files in order
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in
|
|
-
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
|
|
EXTRA_DIST = ibutils.spec.in ibmgtsim
|
|
Index: config/swig.m4
|
|
===================================================================
|
|
--- config/swig.m4.orig 2008-06-15 16:37:31.000000000 +0200
|
|
+++ config/swig.m4 2013-08-28 17:45:28.025940648 +0200
|
|
@@ -85,9 +85,9 @@ AC_DEFUN([MLX_PROG_SWIG],[
|
|
dnl AC_MSG_INFO([SWIG executable is '$SWIG'])
|
|
SWIG_LIB=`$SWIG -swiglib`
|
|
dnl AC_MSG_INFO([SWIG runtime library directory is '$SWIG_LIB'])
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 1])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 1])
|
|
else
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 0])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 0])
|
|
fi
|
|
AC_SUBST([SWIG_LIB])
|
|
])
|
|
Index: ibdiag/Makefile.am
|
|
===================================================================
|
|
--- ibdiag/Makefile.am.orig 2010-02-24 11:09:24.000000000 +0100
|
|
+++ ibdiag/Makefile.am 2013-08-28 17:46:44.805098752 +0200
|
|
@@ -37,5 +37,5 @@ SUBDIRS = src doc
|
|
|
|
# this will control the update of the files in order
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in
|
|
-
|
|
-ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
+ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
Index: ibdiag/src/Makefile.am
|
|
===================================================================
|
|
--- ibdiag/src/Makefile.am.orig 2010-10-07 16:28:56.000000000 +0200
|
|
+++ ibdiag/src/Makefile.am 2013-08-28 17:47:40.052772485 +0200
|
|
@@ -30,6 +30,8 @@
|
|
# SOFTWARE.
|
|
#--
|
|
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
+
|
|
bin_SCRIPTS = ibdiagnet ibdiagpath ibdiagui git_version.tcl
|
|
EXTRA_DIST = ibdebug_if.tcl ibdebug.tcl \
|
|
ibdiagnet.in ibdiagnet.pkg ibdiagnet.tcl \
|
|
Index: ibdm/Makefile.am
|
|
===================================================================
|
|
--- ibdm/Makefile.am.orig 2010-11-02 00:03:44.000000000 +0100
|
|
+++ ibdm/Makefile.am 2013-08-28 17:47:54.269431082 +0200
|
|
@@ -37,7 +37,7 @@ SUBDIRS = ibdm src Clusters ibnl doc s
|
|
|
|
# this will control the update of the files in order
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in
|
|
-
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
|
|
# Support cleanup of swig wrappers
|
|
Index: ibdm/config/swig.m4
|
|
===================================================================
|
|
--- ibdm/config/swig.m4.orig 2010-10-07 10:11:24.000000000 +0200
|
|
+++ ibdm/config/swig.m4 2013-08-28 17:45:28.025940648 +0200
|
|
@@ -85,9 +85,9 @@ AC_DEFUN([MLX_PROG_SWIG],[
|
|
dnl AC_MSG_INFO([SWIG executable is '$SWIG'])
|
|
SWIG_LIB=`$SWIG -swiglib`
|
|
dnl AC_MSG_INFO([SWIG runtime library directory is '$SWIG_LIB'])
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 1])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 1])
|
|
else
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 0])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 0])
|
|
fi
|
|
AC_SUBST([SWIG_LIB])
|
|
])
|
|
Index: ibdm/src/Makefile.am
|
|
===================================================================
|
|
--- ibdm/src/Makefile.am.orig 2010-10-07 16:29:56.000000000 +0200
|
|
+++ ibdm/src/Makefile.am 2013-08-28 17:48:18.459850057 +0200
|
|
@@ -35,6 +35,8 @@
|
|
# MAINTAINERCLEANFILES = Makefile.in common.h stamp-common
|
|
|
|
# INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(TCL_CPPFLAGS)
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
+
|
|
pkginclude_HEADERS = ibsysapi.h
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/ibdm
|
|
Index: ibis/Makefile.am
|
|
===================================================================
|
|
--- ibis/Makefile.am.orig 2010-02-24 11:09:25.000000000 +0100
|
|
+++ ibis/Makefile.am 2013-08-28 17:49:02.859783267 +0200
|
|
@@ -37,7 +37,7 @@ SUBDIRS = src tests doc
|
|
|
|
# this will control the update of the files in order
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in
|
|
-
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
|
|
# Support cleanup of swig wrappers
|
|
Index: ibis/config/swig.m4
|
|
===================================================================
|
|
--- ibis/config/swig.m4.orig 2010-10-07 10:11:24.000000000 +0200
|
|
+++ ibis/config/swig.m4 2013-08-28 17:45:28.026940624 +0200
|
|
@@ -85,9 +85,9 @@ AC_DEFUN([MLX_PROG_SWIG],[
|
|
dnl AC_MSG_INFO([SWIG executable is '$SWIG'])
|
|
SWIG_LIB=`$SWIG -swiglib`
|
|
dnl AC_MSG_INFO([SWIG runtime library directory is '$SWIG_LIB'])
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 1])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 1])
|
|
else
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 0])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 0])
|
|
fi
|
|
AC_SUBST([SWIG_LIB])
|
|
])
|
|
Index: ibis/configure.in
|
|
===================================================================
|
|
--- ibis/configure.in.orig 2011-03-08 12:08:02.000000000 +0100
|
|
+++ ibis/configure.in 2013-08-28 17:45:28.026940624 +0200
|
|
@@ -57,6 +57,7 @@ AC_PROG_MAKE_SET
|
|
dnl Checks for programs.
|
|
AC_PROG_INSTALL
|
|
AC_PROG_LN_S
|
|
+AM_PROG_CC_C_O
|
|
MLX_PROG_SWIG(1.1.5, eq)
|
|
|
|
dnl We will use libtool for making ...
|
|
@@ -66,7 +67,7 @@ AC_PROG_LIBTOOL
|
|
|
|
dnl For making dist we need not check any lib dependency
|
|
AC_ARG_ENABLE(libcheck,
|
|
-[ --enable-libcheck Enable Dependency Checking],
|
|
+ AS_HELP_STRING([--enable-libcheck], [Enable Dependency Checking]),
|
|
[case "${enableval}" in
|
|
yes) libcheck=true ;;
|
|
no) libcheck=false ;;
|
|
@@ -95,13 +96,13 @@ AC_CHECK_FUNCS([strchr strstr strtol str
|
|
|
|
dnl Define an input config option to control debug compile
|
|
AC_ARG_ENABLE(debug,
|
|
-[ --enable-debug Turn on debugging],
|
|
+ AS_HELP_STRING([--enable-debug], [Turn on debugging]),
|
|
[case "${enableval}" in
|
|
yes) debug=true ;;
|
|
no) debug=false ;;
|
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
|
|
esac],[debug=false])
|
|
-AM_CONDITIONAL(DEBUG, test x$debug = xtrue)
|
|
+AM_CONDITIONAL([DEBUG], [test x$debug = xtrue])
|
|
|
|
dnl Define an input config option to allow ibis know where
|
|
dnl the OSM is installed. This should point to one directory above
|
|
Index: ibmgtsim/Makefile.am
|
|
===================================================================
|
|
--- ibmgtsim/Makefile.am.orig 2010-02-24 11:09:26.000000000 +0100
|
|
+++ ibmgtsim/Makefile.am 2013-08-28 17:49:56.563492330 +0200
|
|
@@ -37,7 +37,7 @@ SUBDIRS = src utils tests doc
|
|
|
|
# this will control the update of the files in order
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in
|
|
-
|
|
+ACLOCAL_AMFLAGS = -I config
|
|
ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
|
|
# Support cleanup of swig wrappers
|
|
Index: ibmgtsim/config/swig.m4
|
|
===================================================================
|
|
--- ibmgtsim/config/swig.m4.orig 2010-10-07 10:11:25.000000000 +0200
|
|
+++ ibmgtsim/config/swig.m4 2013-08-28 17:45:28.026940624 +0200
|
|
@@ -85,9 +85,9 @@ AC_DEFUN([MLX_PROG_SWIG],[
|
|
dnl AC_MSG_INFO([SWIG executable is '$SWIG'])
|
|
SWIG_LIB=`$SWIG -swiglib`
|
|
dnl AC_MSG_INFO([SWIG runtime library directory is '$SWIG_LIB'])
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 1])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 1])
|
|
else
|
|
- AM_CONDITIONAL(HAS_SWIG,[test 0])
|
|
+ AM_CONDITIONAL([HAS_SWIG],[test 0])
|
|
fi
|
|
AC_SUBST([SWIG_LIB])
|
|
])
|