~ubuntu-branches/ubuntu/trusty/fullquottel/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-05-05 19:07:49 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130505190749-m9g0tl4uyfqu724v
Tags: 0.1.3-1
* Update Vcs-* headers.

* New upstream release.
* Drop manpage.patch, applied upstream.
* debian/copyright: update formatting and copyright years.
* Bump debhelper compatibility level to 9.
* Set Standards-Version to 3.9.4 (no changes).
* Switch from autotools-dev to dh-autoconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_INIT(fullquottel.cpp)
4
4
dnl Every other copy of the package version number gets its value from here
5
 
AM_INIT_AUTOMAKE(fullquottel, 0.1.2)
 
5
AM_INIT_AUTOMAKE(fullquottel, 0.1.3)
6
6
 
7
7
dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
8
8
dnl AM_CONFIG_HEADER(config.h)