X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=e42caf81362a49f5c9fa83d6d6cf0c391a4f5d66;hb=eb511463c7a9a6d1c190c6fb8b1ef13fc00c0ff9;hp=f96f016ee15724178fc64d08de5eb066f9f65c1e;hpb=39d66815823a8566b2ffcfb3317501f26f609091;p=doldaconnect.git diff --git a/configure.in b/configure.in index f96f016..e42caf8 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(daemon/main.c) -AM_INIT_AUTOMAKE([doldaconnect], [1.0]) +AM_INIT_AUTOMAKE([doldaconnect], [1.1]) AM_CONFIG_HEADER(config.h) DOLDA_AC_GROUP([Checking build chain]) @@ -27,7 +27,6 @@ AC_CHECK_LIB(z, deflate, [:], AC_MSG_ERROR([*** must have zlib])) AC_CHECK_LIB(bz2, BZ2_bzWriteOpen, [:], AC_MSG_ERROR([*** must have bzlib])) AC_CHECK_LIB(gdbm, gdbm_open, [:], AC_MSG_ERROR([*** must have gdbm])) -extlibs= experimental=no DOLDA_AC_GROUP([Checking optional libraries]) @@ -138,12 +137,12 @@ if test -z "$gaimplugin_msg"; then fi # Guile check (XXX: Shouldn't have to be enabled manually) -guile_msg=no +enable_guile=no if test "$with_guile" = yes; then GUILE_FLAGS - extlibs="$extlibs guile" - guile_msg=yes + enable_guile=yes fi +AM_CONDITIONAL(ELIB_GUILE, test "$enable_guile" = yes) # Check whether to install baseconv AC_ARG_ENABLE(baseconv, [ --enable-baseconv Install the baseconv utility]) @@ -246,7 +245,6 @@ else fi AC_DEFINE_UNQUOTED([RELEASEINFO], ["$relinfo"]) -AC_SUBST([extlibs]) AC_OUTPUT([ Makefile autopackage/Makefile @@ -270,6 +268,7 @@ config/Makefile config/cmd/Makefile config/util/Makefile contrib/Makefile +contrib/doldaconnect.spec share/Makefile autopackage/doldacond.apspec autopackage/dolcon.apspec @@ -287,7 +286,7 @@ echo " Kerberos 5 support: $krb_msg" echo " GTK2 user interface: $enable_gtk2ui" echo " Dolconf configurator: $enable_dolconf" echo " GUI shell: $enable_guishell" -echo " Guile extension library: $guile_msg" +echo " Guile extension library: $enable_guile" echo " GNOME transfer applet: $enable_gnomeapplet" echo " Gaim chat plugin: $gaimplugin_msg" echo