~cldunlap1/ubuntu/oneiric/alsa-utils/fix-for-816388

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2010-02-03 01:19:33 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100203011933-xl5mh2yyc4gfkp9h
Tags: 1.0.22-0ubuntu1
* New upstream release
* debian/patches/:
  - alsactl_brace.patch:
  - show_avail_formats.patch:
  - dont_free_if_init_file_doesnt_exist.patch: Applied upstream.
  + backport-fixes-head.patch: (c2eaf8, 0034b1, cdc496)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
AC_PREREQ(2.59)
3
3
AC_INIT(aplay/aplay.c)
4
4
AC_PREFIX_DEFAULT(/usr)
5
 
AM_INIT_AUTOMAKE(alsa-utils, 1.0.21)
 
5
AM_INIT_AUTOMAKE(alsa-utils, 1.0.22)
6
6
 
7
7
AM_GNU_GETTEXT([external])
8
8
AM_GNU_GETTEXT_VERSION([0.15])