[openib-general] [PATCH] opensm: AC_CONFIG_SRCDIR file change

Sasha Khapyorsky sashak at voltaire.com
Fri Jan 19 13:31:36 PST 2007


Use osm_opensm.c file in AC_CONFIG_SRCDIR ac macros instead of minor
*_ctrl.c one.

Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
 osm/configure.in        |    2 +-
 osm/opensm/configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/osm/configure.in b/osm/configure.in
index 75f3cb0..76297c8 100644
--- a/osm/configure.in
+++ b/osm/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
 AC_INIT(opensm, 3.0.0, openib-general at openib.org)
-AC_CONFIG_SRCDIR([opensm/osm_sa_service_record_ctrl.c])
+AC_CONFIG_SRCDIR([opensm/osm_opensm.c])
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE(opensm, 3.0.0)
 
diff --git a/osm/opensm/configure.in b/osm/opensm/configure.in
index cecf932..893e3b1 100644
--- a/osm/opensm/configure.in
+++ b/osm/opensm/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
 AC_INIT(opensm, 2.1.0, openib-general at openib.org)
-AC_CONFIG_SRCDIR([osm_sa_service_record_ctrl.c])
+AC_CONFIG_SRCDIR([osm_opensm.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE
-- 
1.4.4.2.gfc82d





More information about the general mailing list