X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=172596430b7fd07965a8cdb16cad57de252dfb9e;hb=17b4b1d58dc141084cdea8ffcd58d18982ad44fb;hp=2d2017f155d36a1dfa3a4d3aa9ac18907fe795af;hpb=f7b314dcb1d8b9514abf51e6fa34a341294a9c37;p=doldaconnect.git diff --git a/configure.in b/configure.in index 2d2017f..1725964 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(daemon/main.c) -AM_INIT_AUTOMAKE([doldaconnect], [0.4]) +AM_INIT_AUTOMAKE([doldaconnect], [0.5]) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -146,13 +146,22 @@ fi AM_CONDITIONAL(CLI_GNOMEAPPLET, test "$gnometrapplet_msg" = Yes) # Gaim plugin check -gaimplugin_msg=No -AC_ARG_ENABLE(gaimplugin, [ --enable-gaimplugin Enable GNOME transfer applet (experimental)]) +gaimplugin_msg= +AC_ARG_ENABLE(gaimplugin, [ --enable-gaimplugin Enable Gaim chat plugin (experimental)]) if test "$enable_gaimplugin" = yes; then experimental=yes - gaimplugin_msg=Yes + gaimplugin_msg="Gaim $gaimplugin_msg" +fi +AM_CONDITIONAL(CLI_GAIM, test "$enable_gaimplugin" = yes) +AC_ARG_ENABLE(pidginplugin, [ --enable-pidginplugin Enable Pidgin chat plugin (experimental)]) +if test "$enable_pidginplugin" = yes; then + experimental=yes + gaimplugin_msg="Pidgin $gaimplugin_msg" +fi +AM_CONDITIONAL(CLI_PIDGIN, test "$enable_pidginplugin" = yes) +if test -z "$gaimplugin_msg"; then + gaimplugin_msg=No fi -AM_CONDITIONAL(CLI_GAIM, test "$gaimplugin_msg" = Yes) # Guile check (XXX: Shouldn't have to be enabled manually) guile_msg=No @@ -267,6 +276,8 @@ doc/Makefile doc/man/Makefile po/Makefile.in config/Makefile +config/cmd/Makefile +config/util/Makefile contrib/Makefile autopackage/dolcon.apspec autopackage/dcuilib.apspec