Skip to content

Commit

Permalink
Merge pull request #10 from chu11/trailing_whitespace
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
chu11 authored Aug 27, 2023
2 parents b2ac3d0 + 4d4f6ee commit 793c7e0
Show file tree
Hide file tree
Showing 56 changed files with 1,178 additions and 1,178 deletions.
4 changes: 2 additions & 2 deletions config/ac_cerebro.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_DEFUN([AC_CEREBRO],
]
)
AC_MSG_RESULT([${ac_cerebro_test=yes}])
if test "$ac_cerebro_test" = "yes"; then
AC_CHECK_LIB([cerebro], [cerebro_handle_create], [ac_have_cerebro=yes], [])
AC_CHECK_LIB([cerebro], [cerebro_event_register], [ac_have_cerebro_event=yes], [])
Expand All @@ -31,7 +31,7 @@ AC_DEFUN([AC_CEREBRO],
ac_with_cerebro_event=yes
MANPAGE_CEREBRO_EVENT=1
fi
else
else
MANPAGE_CEREBRO=0
ac_with_cerebro=no
fi
Expand Down
2 changes: 1 addition & 1 deletion config/ac_ganglia.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_DEFUN([AC_GANGLIA],
]
)
AC_MSG_RESULT([${ac_ganglia_test=yes}])
if test "$ac_ganglia_test" = "yes"; then
MANPAGE_GANGLIA=1
ac_with_ganglia=yes
Expand Down
4 changes: 2 additions & 2 deletions config/ac_genders.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_DEFUN([AC_GENDERS],
]
)
AC_MSG_RESULT([${ac_genders_test=yes}])
if test "$ac_genders_test" = "yes"; then
AC_CHECK_LIB([genders], [genders_handle_create], [ac_have_genders=yes], [])
fi
Expand All @@ -25,7 +25,7 @@ AC_DEFUN([AC_GENDERS],
GENDERS_LIBS="-lgenders"
MANPAGE_GENDERS=1
ac_with_genders=yes
else
else
MANPAGE_GENDERS=0
ac_with_genders=no
fi
Expand Down
6 changes: 3 additions & 3 deletions config/ac_hostsfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ AC_DEFUN([AC_HOSTSFILE],
]
)
AC_MSG_RESULT([${ac_hostsfile_test=yes}])
if test "$ac_hostsfile_test" = "yes"; then
MANPAGE_HOSTSFILE=1
ac_with_hostsfile=yes
else
MANPAGE_HOSTSFILE=0
ac_with_hostsfile=no
fi
AC_SUBST(MANPAGE_HOSTSFILE)
])

Expand All @@ -42,7 +42,7 @@ AC_DEFUN([AC_HOSTSFILE_PATH],
]
)
AC_MSG_RESULT([$CLUSTERLIST_HOSTSFILE_DEFAULT])
NODEUPDOWN_CLUSTERLIST_HOSTSFILE_DEFAULT=$CLUSTERLIST_HOSTSFILE_DEFAULT
AC_DEFINE_UNQUOTED([NODEUPDOWN_CLUSTERLIST_HOSTSFILE_DEFAULT],
Expand Down
8 changes: 4 additions & 4 deletions config/ac_nodeupdown_conf_file.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ AC_DEFUN([AC_NODEUPDOWN_CONF],
AC_MSG_CHECKING([for nodeupdown config file default path])
AC_ARG_WITH([nodeupdown-config-file],
AS_HELP_STRING([--with-nodeupdown-config-file=PATH],
AS_HELP_STRING([--with-nodeupdown-config-file=PATH],
[Specify default nodeupdown config file path]),
[ case "$withval" in
no) ;;
yes) ;;
*) NODEUPDOWN_CONF_FILE=$withval
*) NODEUPDOWN_CONF_FILE=$withval
esac
]
)
AC_MSG_RESULT($NODEUPDOWN_CONF_FILE)
AC_DEFINE_UNQUOTED([NODEUPDOWN_CONF_FILE],
["$NODEUPDOWN_CONF_FILE"],
AC_DEFINE_UNQUOTED([NODEUPDOWN_CONF_FILE],
["$NODEUPDOWN_CONF_FILE"],
[Define default nodeupdown config_file.])
AC_SUBST(NODEUPDOWN_CONF_FILE)
])
4 changes: 2 additions & 2 deletions config/ac_nodeupdown_module_dir.m4
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ AC_DEFUN([AC_NODEUPDOWN_MODULE_DIR],
NODEUPDOWN_MODULE_DIR=${prefix}/$LIBDIRTYPE/nodeupdown
fi
AC_DEFINE_UNQUOTED([NODEUPDOWN_MODULE_DIR],
["$NODEUPDOWN_MODULE_DIR"],
AC_DEFINE_UNQUOTED([NODEUPDOWN_MODULE_DIR],
["$NODEUPDOWN_MODULE_DIR"],
[Define default nodeupdown module dir])
AC_SUBST(NODEUPDOWN_MODULE_DIR)
])
4 changes: 2 additions & 2 deletions config/ac_openib.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ AC_DEFUN([AC_OPENIB],
AC_CHECK_LIB([osmcomp], [complib_init], [ac_openib_osmcomp=yes], [], [-lopensm -losmvendor])
AC_CHECK_LIB([osmvendor], [osm_vendor_new], [ac_openib_osmvendor=yes], [], [-lopensm -losmcomp])
fi
if (test "$ac_openib_opensm" = "yes") &&
if (test "$ac_openib_opensm" = "yes") &&
(test "$ac_openib_osmcomp" = "yes") &&
(test "$ac_openib_osmvendor" = "yes"); then
OPENIB_LIBS="-lopensm -losmcomp -losmvendor"
Expand Down
2 changes: 1 addition & 1 deletion config/ac_perl_destdir.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_DEFUN([AC_PERL_DESTDIR],
[
AC_MSG_CHECKING(for --with-perl-destdir )
AC_ARG_WITH(perl-destdir,
AS_HELP_STRING([--with-perl-destdir=path],
AS_HELP_STRING([--with-perl-destdir=path],
[define perl modules install prefix]),
[ case "$withval" in
yes)
Expand Down
2 changes: 1 addition & 1 deletion config/ac_perl_extensions.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AC_DEFUN([AC_PERL_EXTENSIONS],
[
AC_MSG_CHECKING(for --with-perl-extensions)
AC_ARG_WITH(perl-extensions,
AS_HELP_STRING([--with-perl-extensions=],
AS_HELP_STRING([--with-perl-extensions=],
[enable or disable perl extensions build]),
[ case "$withval" in
yes)
Expand Down
2 changes: 1 addition & 1 deletion config/ac_perl_site_arch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_DEFUN([AC_PERL_SITE_ARCH],
[
AC_MSG_CHECKING(for --with-perl-site-arch)
AC_ARG_WITH(perl-site-arch,
AS_HELP_STRING([--with-perl-site-arch=],
AS_HELP_STRING([--with-perl-site-arch=],
[enable or disable perl extensions install in site arch]),
[ case "$withval" in
yes)
Expand Down
2 changes: 1 addition & 1 deletion config/ac_perl_vendor_arch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_DEFUN([AC_PERL_VENDOR_ARCH],
[
AC_MSG_CHECKING(for --with-perl-vendor-arch)
AC_ARG_WITH(perl-vendor-arch,
AS_HELP_STRING([--with-perl-vendor-arch=],
AS_HELP_STRING([--with-perl-vendor-arch=],
[enable or disable perl extensions install in vendor arch]),
[ case "$withval" in
yes)
Expand Down
2 changes: 1 addition & 1 deletion config/ac_pingd.m4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_DEFUN([AC_PINGD],
]
)
AC_MSG_RESULT([${ac_pingd_test=yes}])
if test "$ac_pingd_test" = "yes"; then
MANPAGE_PINGD=1
ac_with_pingd=yes
Expand Down
8 changes: 4 additions & 4 deletions config/ac_pingd_conf_file.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ AC_DEFUN([AC_PINGD_CONF],
AC_MSG_CHECKING([for pingd config file default path])
AC_ARG_WITH([pingd-config-file],
AS_HELP_STRING([--with-pingd-config-file=PATH],
AS_HELP_STRING([--with-pingd-config-file=PATH],
[Specify default pingd config file path]),
[ case "$withval" in
no) ;;
yes) ;;
*) PINGD_CONF_FILE=$withval
*) PINGD_CONF_FILE=$withval
esac
]
)
AC_MSG_RESULT($PINGD_CONF_FILE)
AC_DEFINE_UNQUOTED([PINGD_CONF_FILE],
["$PINGD_CONF_FILE"],
AC_DEFINE_UNQUOTED([PINGD_CONF_FILE],
["$PINGD_CONF_FILE"],
[Define default pingd config_file.])
AC_SUBST(PINGD_CONF_FILE)
])
4 changes: 2 additions & 2 deletions config/ac_pingd_module_dir.m4
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ AC_DEFUN([AC_PINGD_MODULE_DIR],
PINGD_MODULE_DIR=${prefix}/$LIBDIRTYPE/pingd
fi
AC_DEFINE_UNQUOTED([PINGD_MODULE_DIR],
["$PINGD_MODULE_DIR"],
AC_DEFINE_UNQUOTED([PINGD_MODULE_DIR],
["$PINGD_MODULE_DIR"],
[Define default pingd module dir])
AC_SUBST(PINGD_MODULE_DIR)
])
4 changes: 2 additions & 2 deletions config/ac_whatsup_module_dir.m4
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ AC_DEFUN([AC_WHATSUP_MODULE_DIR],
WHATSUP_MODULE_DIR=${prefix}/$LIBDIRTYPE/whatsup
fi
AC_DEFINE_UNQUOTED([WHATSUP_MODULE_DIR],
["$WHATSUP_MODULE_DIR"],
AC_DEFINE_UNQUOTED([WHATSUP_MODULE_DIR],
["$WHATSUP_MODULE_DIR"],
[Define default whatsup module dir])
AC_SUBST(WHATSUP_MODULE_DIR)
])
Loading

0 comments on commit 793c7e0

Please sign in to comment.