From: fredrik Date: Sun, 6 May 2007 18:23:55 +0000 (+0000) Subject: Optionally install baseconv. X-Git-Tag: 0.4~68 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=72e3daf510211e87c35328c2656baece5545c488 Optionally install baseconv. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1002 959494ce-11ee-0310-bf91-de5d638817bd --- 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])