From 72e3daf510211e87c35328c2656baece5545c488 Mon Sep 17 00:00:00 2001 From: fredrik Date: Sun, 6 May 2007 18:23:55 +0000 Subject: [PATCH] Optionally install baseconv. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1002 959494ce-11ee-0310-bf91-de5d638817bd --- config/Makefile.am | 4 ++++ configure.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/config/Makefile.am b/config/Makefile.am index 17951d9..5a2e5b6 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,5 +1,9 @@ bin_PROGRAMS=locktouch tthsum dolconf +if baseconv +bin_PROGRAMS+=baseconv +else noinst_PROGRAMS=baseconv +endif libexec_PROGRAMS=speedrec speedrec_SOURCES=speedrec.c diff --git a/configure.in b/configure.in index 6ce10c1..3ab313e 100644 --- a/configure.in +++ b/configure.in @@ -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]) -- 2.11.0