~ubuntu-branches/ubuntu/wily/acsccid/wily

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Godfrey Chung
  • Date: 2013-09-02 11:46:30 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130902114630-lujvp61jp7wacnwv
Tags: 1.0.5-1
* New upstream release.
* Updated Standards-Version to 3.9.4.
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Require autoconf 2.61
5
5
AC_PREREQ(2.61)
6
6
 
7
 
AC_INIT(acsccid, 1.0.4)
 
7
AC_INIT(acsccid, 1.0.5)
8
8
AC_CONFIG_SRCDIR(src/ifdhandler.c)
9
9
AC_CONFIG_AUX_DIR([config])
10
10
AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip foreign)