~ubuntu-branches/ubuntu/natty/iso-codes/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Quathamer
  • Date: 2009-06-25 10:00:53 UTC
  • mfrom: (1.2.10 upstream) (3.1.26 karmic)
  • Revision ID: james.westby@ubuntu.com-20090625100053-xwf23xhopdxlsb83
Tags: 3.10.1-1
* New upstream release. This closes the following bugs from Debian
  BTS:
  - ISO-3166: Asturian updated by Marcos Alvarez Costales.
    Closes: #531683, #531720
  - ISO-3166: Basque updated by Piarres Beobide Egaña. Closes: #534278
* Update to Standards-Version 3.8.2, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
dnl with this program; if not, write to the Free Software Foundation, Inc.,
15
15
dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
16
16
 
17
 
AC_INIT([ISO Codes],[3.9],[],[iso-codes])
 
17
AC_INIT([iso-codes],[3.10.1])
18
18
 
19
 
dnl FIXME debug why this doesn't work; it substs an '' for VERSION
20
 
dnl until then, use PACKAGE_VERSION instead.
21
 
dnl AC_PREREQ([2.59]i, "${PACKAGE_VERSION}")
22
19
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
23
20
AM_MAINTAINER_MODE
24
21
 
47
44
iso-codes.pc
48
45
iso_15924/Makefile
49
46
iso_3166/Makefile
50
 
iso_3166/iso_3166_2/Makefile
 
47
iso_3166_2/Makefile
51
48
iso_4217/Makefile
52
49
iso_639/Makefile
53
 
iso_639/iso_639_3/Makefile
 
50
iso_639_3/Makefile
54
51
])
55
52
 
56
53
AC_OUTPUT
 
54