~ubuntu-branches/ubuntu/quantal/ezstream/quantal

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-09-27 16:50:53 UTC
  • mfrom: (1.1.3 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090927165053-jkfio6ahwa723q0q
Tags: 0.5.6~dfsg-1
* New upstream release 
* Bumped standards version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
dnl ## SETUP ###########################################################
3
3
dnl ###########
4
4
 
5
 
AC_INIT([ezstream], [0.5.5],
 
5
AC_INIT([ezstream], [0.5.6],
6
6
        [https://trac.xiph.org/newticket?component=ezstream])
7
 
AC_REVISION([$Id: configure.in 16337 2009-07-26 10:52:02Z moritz $])
 
7
AC_REVISION([$Id: configure.in 16529 2009-08-30 12:49:06Z moritz $])
8
8
AC_PREREQ([2.61])
9
9
AC_CONFIG_SRCDIR([src/ezstream.c])
10
10
AC_CONFIG_AUX_DIR([build-aux])
281
281
        compat/Makefile
282
282
        compat/sys/Makefile
283
283
        doc/Makefile
 
284
        doc/ezstream-file.sh.1.in
 
285
        doc/ezstream.1.in
284
286
        examples/Makefile
285
287
        m4/Makefile
286
288
        src/Makefile
 
289
        src/ezstream-file.sh
287
290
        win32/Makefile
288
291
        win32/shout/Makefile
289
292
])