Fix missing `break'.
[doldaconnect.git] / configure.in
index 462c278..3ab313e 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(daemon/main.c)
-AM_INIT_AUTOMAKE([doldaconnect], [0.3])
+AM_INIT_AUTOMAKE([doldaconnect], [0.4])
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
@@ -130,6 +130,10 @@ if test "$with_guile" = yes; then
        guile_msg=Yes
 fi
 
+# Check whether to install baseconv
+AC_ARG_ENABLE(baseconv, [  --enable-baseconv       Install the baseconv utility])
+AM_CONDITIONAL(baseconv, test "$enable_baseconv" = yes)
+
 # Kerberos check
 krb_msg=No
 AH_TEMPLATE(HAVE_KRB5, [define to compile support for Kerberos 5 (not GSS-API) authentication])
@@ -212,6 +216,7 @@ clients/gaim/Makefile
 include/Makefile
 include/doldaconnect/Makefile
 doc/Makefile
+doc/man/Makefile
 po/Makefile.in
 config/Makefile
 contrib/Makefile