~ubuntu-branches/ubuntu/utopic/remmina-plugins/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2011-02-06 19:06:28 UTC
  • mfrom: (7.1.3 natty)
  • Revision ID: james.westby@ubuntu.com-20110206190628-mjh20czqa4b5iqug
Tags: 0.9.2-2
* Upload to unstable.
* debian/copyright:
  - Update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ(2.60)
5
 
AC_INIT(remmina-plugins, 0.8.4)
 
5
AC_INIT(remmina-plugins, 0.9.2)
6
6
AM_INIT_AUTOMAKE
7
7
AC_CONFIG_SRCDIR([common/remminaplugincommon.h])
8
8
AC_CONFIG_HEADER([config.h])
36
36
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
37
37
 
38
38
if test "x$USE_NLS" != "xno"; then
39
 
    ALL_LINGUAS="bg cs da de el es eu fr hu id it lt nl pl pt_BR pt_PT ru sv tr uk zh_CN"
 
39
    ALL_LINGUAS="bg cs da de el es eu fr hu id it kk lt nl pl pt_BR pt_PT ru sk sv th tr uk zh_CN"
40
40
    nls_support="yes"
41
41
else
42
42
    ALL_LINGUAS=""
154
154
                AC_SUBST(VNC_CFLAGS)
155
155
                AC_SUBST(VNC_LIBS)
156
156
                AC_DEFINE([HAVE_LIBVNCCLIENT], [1], [Define to 1 if you have libvncclient.])
 
157
                REMMINA_PLUGINS_SUBDIRS="$REMMINA_PLUGINS_SUBDIRS vnc"
157
158
            ], vnc_plugin="no. libvncclient(libvncserver)-dev required.")
158
159
        ],[
159
160
            vnc_plugin="no. libvncclient(libvncserver) required."