~ubuntu-branches/ubuntu/saucy/lsyncd/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jan Dittberner
  • Date: 2011-03-27 11:06:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110327110653-fu9231ttlw2wqoz0
Tags: 2.0.4-1
* New upstream version
* remove debian/patches/fix_spelling_errors.patch that has been
  applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#                                               -*- Autoconf -*-
2
2
# Process this file with autoconf to produce a configure script.
3
3
#AC_PREREQ(2.60)
4
 
AC_INIT(lsyncd, 2.0.3, axkibe@gmail.com)
 
4
AC_INIT(lsyncd, 2.0.4, axkibe@gmail.com)
5
5
AC_CONFIG_SRCDIR([lsyncd.c])
6
6
AC_CONFIG_HEADER([config.h])
7
7
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)