diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac index 6e021751b5b..76e9d7efa39 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,6 @@ AC_CONFIG_FILES([Makefile doc/Makefile doc/examples/Makefile doc/hacker-guide/Makefile - doc/user-guide/Makefile extras/Makefile extras/init.d/Makefile extras/init.d/glusterfs-server.plist @@ -134,26 +133,6 @@ AC_CANONICAL_HOST AC_PROG_CC AC_PROG_LIBTOOL -# texinfo check -AC_CHECK_PROG([INFO], [makeinfo], [yes], [no]) -if test "x$INFO" = "xno"; then - AC_MSG_WARN([ -*** Makeinfo is missing. Info documentation will not be built.]) - BUILD_INFO= -else - BUILD_INFO=user-guide - case "$INFO" in - */missing\ makeinfo*) - BUILD_INFO= - AC_MSG_WARN([ -*** Makeinfo is missing. Info documentation will not be built.]) - ;; - *) - esac -fi -AC_SUBST(INFO) -AC_SUBST(BUILD_INFO) - # LEX needs a check AC_PROG_LEX if test "x${LEX}" != "xflex" -a "x${FLEX}" != "xlex"; then |