X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=snmp%2Fautoconf%2Flustre-snmp.m4;h=f34a2d559a22cfd0cbceff417c6e9f592bca549d;hb=b9ae11603059c8a28a76d4fcba539b6dd6d19977;hp=2ca0f46bada8ae6dc0f8cf2d9eac300ecdcc07fc;hpb=c6bc5eb7d073d5a7b7d0934d92bfd8eab15fc825;p=fs%2Flustre-release.git diff --git a/snmp/autoconf/lustre-snmp.m4 b/snmp/autoconf/lustre-snmp.m4 index 2ca0f46..f34a2d5 100644 --- a/snmp/autoconf/lustre-snmp.m4 +++ b/snmp/autoconf/lustre-snmp.m4 @@ -12,7 +12,7 @@ AC_ARG_ENABLE([snmp], AC_MSG_RESULT([$enable_snmp]) if test x$enable_snmp != xno ; then - AC_CHECK_PROG([NET_SNMP_CONFIG], [net-snmp-config], [net-snmp-config], []) + AC_CHECK_PROG([NET_SNMP_CONFIG], [net-snmp-config], [net-snmp-config]) if test "$NET_SNMP_CONFIG" ; then NET_SNMP_CFLAGS=$($NET_SNMP_CONFIG --base-cflags) NET_SNMP_LIBS=$($NET_SNMP_CONFIG --agent-libs) @@ -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) @@ -58,15 +57,6 @@ AC_SUBST(mibdir) ]) # -# LS_CONDITIONALS -# -# AM_CONDITIONALs for lustre-snmp -# -AC_DEFUN([LS_CONDITIONALS], -[ -]) - -# # LS_CONFIG_FILE # # files that should be generated with AC_OUTPUT