~ubuntu-branches/ubuntu/maverick/poedit/maverick

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-09-16 19:47:00 UTC
  • mfrom: (0.2.9 upstream) (1.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20080916194700-ueyef0pgklk3u50k
Tags: 1.4.2-2
Adding debug package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_PREREQ(2.59)
4
4
 
5
 
AC_INIT([poedit], [1.3.9], [vslavik@fastmail.fm])
 
5
AC_INIT([poedit], [1.4.2], [vslavik@fastmail.fm])
6
6
 
7
7
AC_CONFIG_AUX_DIR([admin])
8
8
AC_CONFIG_SRCDIR([README])
69
69
    ;;    
70
70
esac
71
71
 
72
 
AM_PATH_WXCONFIG([2.6.0],
 
72
AM_PATH_WXCONFIG([2.8.0],
73
73
                 [WXFOUND=1], [WXFOUND=0],
74
74
                 [xrc,html,xml,adv,core], [--unicode])
75
75
 
77
77
    AC_MSG_ERROR([
78
78
        Please check that wx-config is in path, the directory
79
79
        where wxWidgets libraries are installed (returned by
80
 
        'wx-config --libs' command) is in LD_LIBRARY_PATH or
81
 
        equivalent variable and wxWidgets is version 2.6.0 or above.
 
80
        'wx-config --unicode --libs' command) is in LD_LIBRARY_PATH or
 
81
        equivalent variable and wxWidgets is version 2.8.0 or above,
 
82
        with Unicode build available.
82
83
    ])
83
84
fi
84
85