X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=2af68d7feccccf182d05abfd6640edf0f6196bfb;hb=9db6483b7243be989c0d365b22dd714ad1d26d2f;hp=139635b93f50dfeed2b7261f36cdcea1d989e8f4;hpb=d3372da97568d5e1f35fa19787c8ec8af93a0435;p=doldaconnect.git diff --git a/configure.in b/configure.in index 139635b..2af68d7 100644 --- a/configure.in +++ b/configure.in @@ -80,6 +80,14 @@ if test "$enable_gnomeapplet" = yes; then clients="$clients gnome-trans-applet" fi +gaimplugin_msg=No +AC_ARG_ENABLE(gaimplugin, [ --enable-gaimplugin Enable GNOME transfer applet (experimental)]) +if test "$enable_gaimplugin" = yes; then + experimental=yes + gaimplugin_msg=Yes + clients="$clients gaim" +fi + guile_msg=No if test "$with_guile" = yes; then GUILE_FLAGS @@ -151,6 +159,7 @@ CPPFLAGS="-I\$(top_srcdir)/include $CPPFLAGS" AC_SUBST([clients extlibs]) AC_OUTPUT([ Makefile +autopackage/Makefile daemon/Makefile lib/Makefile lib/guile/Makefile @@ -158,10 +167,13 @@ lib/guile/dolcon/Makefile clients/Makefile clients/gtk2/Makefile clients/gnome-trans-applet/Makefile +clients/gaim/Makefile include/Makefile po/Makefile.in config/Makefile autopackage/dolcon.apspec +autopackage/dcuilib.apspec +autopackage/dcguile.apspec ]) echo @@ -172,6 +184,7 @@ echo " GTK2 user interface: $gtk2ui_msg" echo " GTK2 progress bars: $gtk2pbar_msg" echo " Guile extension library: $guile_msg" echo " GNOME transfer applet: $gnometrapplet_msg" +echo " Gaim chat plugin: $gaimplugin_msg" echo if tput bold >/dev/null 2>&1 && tty <&2 >/dev/null 2>&1; then