~ubuntu-branches/ubuntu/wily/asunder/wily

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2011-02-01 20:46:03 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110201204603-jxaw5qbpb4wuii7o
Tags: 2.1-1
* New upstream version.
  (Closes: #610898, #610897)
* Bumped Standards-Version to 3.9.1, no change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_INIT(configure.in)
4
 
AM_INIT_AUTOMAKE(asunder, 2.0)
 
4
AM_INIT_AUTOMAKE(asunder, 2.1)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7
 
20
20
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
21
21
 
22
22
dnl Add the languages which your application supports here.
23
 
ALL_LINGUAS="ar be@latin bg ca cs da de el es fi fr hu hr it ja lv nb nl nn pl pt pt_BR ru sk sl sq sr sr@latin sv tr zh_TW"
 
23
ALL_LINGUAS="ar be@latin bg ca cs da de el es eu fi fr hu hr it ja lv nb nl nn pl pt pt_BR ru sk sl sq sr sr@latin sv tr ur_PK zh_TW"
24
24
AM_GLIB_GNU_GETTEXT
25
25
 
26
26
CFLAGS="$CFLAGS -Wall -pedantic -std=gnu99 -Wundef -Wcast-align -W -Wpointer-arith -Wwrite-strings -Wno-unused-parameter"