~ubuntu-branches/ubuntu/jaunty/gpicview/jaunty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-09-12 01:43:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080912014321-zyxoac1aygvpdyjo
Tags: 0.1.10-1
* New upstream release
  - Solved assertion `GTK_IS_TOOLTIPS (tooltips)' failed problem
  - Added new translations
  - Fixed memory leaks
  - Fixed JPEG Rotation, rotation only in EXIF data
  - Fixed fullscreen toggles
  - Fixed order for file listing 
  - Security fixes CVE-2008-3904, CVE-2008-3791
  - Solved empty file problem in unsupported format
* Applied disable_ask_before_save.dpatch (Closes: #497005) 

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(gpicview, 0.1.9)
 
4
AM_INIT_AUTOMAKE(gpicview, 0.1.10)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7
 
29
29
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
30
30
 
31
31
dnl Add the languages which your application supports here.
32
 
ALL_LINGUAS="zh_TW pt_BR sk cs es gl de_DE pl zh_CN fr nl"
 
32
ALL_LINGUAS="zh_TW pt_BR sk cs es gl de_DE pl zh_CN fr nl lt ja pl no fi ru zh_CN"
33
33
AM_GLIB_GNU_GETTEXT
34
34
 
35
35
AC_OUTPUT([
47
47
echo
48
48
echo The binary will be installed in $prefix/bin
49
49
echo
50
 
echo http://lxde.sourceforge.net/gpicview/
 
50
echo http://lxde.org/gpicview/
51
51
echo