From 034b2af5cb4e2c3293ef5d8f807372f0aa842459 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 15 Jul 2005 04:34:12 +0000 Subject: [PATCH] move AC_SUBST into lustre-build.m4 (b=7126) --- build/autoconf/lustre-build.m4 | 1 + snmp/autoconf/lustre-snmp.m4 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index 86042e3..a21f108 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -198,6 +198,7 @@ fi AC_DEFUN([LB_PATH_SNMP], [LB_CHECK_FILE([$srcdir/snmp/lustre-snmp.c],[SNMP_DIST_SUBDIR="snmp"]) AC_SUBST(SNMP_DIST_SUBDIR) +AC_SUBST(SNMP_SUBDIR) ]) # diff --git a/snmp/autoconf/lustre-snmp.m4 b/snmp/autoconf/lustre-snmp.m4 index 313b38a..f34a2d5 100644 --- a/snmp/autoconf/lustre-snmp.m4 +++ b/snmp/autoconf/lustre-snmp.m4 @@ -50,7 +50,6 @@ fi agentdir='${pkglibdir}/snmp' mibdir='${pkgdatadir}/snmp/mibs' -AC_SUBST(SNMP_SUBDIR) AC_SUBST(NET_SNMP_CFLAGS) AC_SUBST(NET_SNMP_LIBS) AC_SUBST(agentdir) -- 1.8.3.1