X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=snmp%2Fautoconf%2Flustre-snmp.m4;h=2eef4a0f1eb50f37c738f675214c071210e409bf;hb=585f819e5e6e240b1c0c0c91e6de923f4f7d1d72;hp=f34a2d559a22cfd0cbceff417c6e9f592bca549d;hpb=034b2af5cb4e2c3293ef5d8f807372f0aa842459;p=fs%2Flustre-release.git diff --git a/snmp/autoconf/lustre-snmp.m4 b/snmp/autoconf/lustre-snmp.m4 index f34a2d5..2eef4a0 100644 --- a/snmp/autoconf/lustre-snmp.m4 +++ b/snmp/autoconf/lustre-snmp.m4 @@ -3,12 +3,12 @@ # # configure bits for lustre-snmp # -AC_DEFUN([LS_CONFIGURE], -[AC_MSG_CHECKING([whether to try to build SNMP support]) +AC_DEFUN([LS_CONFIGURE], [ +AC_MSG_CHECKING([whether to try to build SNMP support]) AC_ARG_ENABLE([snmp], AC_HELP_STRING([--enable-snmp], - [require SNMP support (default=auto)]), - [],[enable_snmp='auto']) + [require SNMP support (default=auto)]), + [], [enable_snmp="auto"]) AC_MSG_RESULT([$enable_snmp]) if test x$enable_snmp != xno ; then @@ -54,16 +54,16 @@ AC_SUBST(NET_SNMP_CFLAGS) AC_SUBST(NET_SNMP_LIBS) AC_SUBST(agentdir) AC_SUBST(mibdir) -]) +]) # LS_CONFIGURE # # LS_CONFIG_FILE # # files that should be generated with AC_OUTPUT # -AC_DEFUN([LS_CONFIG_FILES], -[AC_CONFIG_FILES([ +AC_DEFUN([LS_CONFIG_FILES], [ +AC_CONFIG_FILES([ snmp/Makefile snmp/autoconf/Makefile ]) -]) +]) # LS_CONFIG_FILES