## Check for presence of utmp.h and utmp-related functions
MU_CHECK_UTMP
AC_CHECK_HEADER([getopt.h],
AC_DEFINE(HAVE_GETOPT_H,1,[Define if the system has getopt.h]),
MU_HEADER(getopt.h))
MU_REPLACE_GNU_GETOPT
dnl Check for libraries
...
...
@@ -498,8 +495,9 @@ if test ".$MU_BUILD_MH" = ".no"; then
BUILD_MH_PROGRAMS=
BUILD_MH_LIBRARIES=
BUILD_MH_EXEC_HOOK=
else
AC_ARG_WITH([mh-bindir],
fi
AC_ARG_WITH([mh-bindir],
AC_HELP_STRING([--with-mh-bindir],
[Set the directory where to install the MH binaries. If it starts with '/' it is taken as an absolute path specification, otherwise ${prefix} is prepended to it. (Default: ${exec_prefix}/bin/mu-mh)]),