~ubuntu-branches/ubuntu/jaunty/lordsawar/jaunty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Alexander Reichle-Schmehl, Barry deFreese
  • Date: 2009-03-01 17:43:35 UTC
  • mfrom: (1.1.7 upstream) (5.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301174335-jahzt2ziy11jaup2
Tags: 0.1.5-1
[ Alexander Reichle-Schmehl ]
* Adopt debian/control to my new name

[ Barry deFreese ]
* New upstream release.
  + Printfs dropped from network-connections.c. (Closes: #510767).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
dnl This is useful to force using autoreconf 2.5.x
3
3
AC_PREREQ(2.59)
4
 
AC_INIT([lordsawar], [0.1.4], [http://sv.nongnu.org/bugs/?group=lordsawar], [lordsawar])
 
4
AC_INIT([lordsawar], [0.1.5], [http://sv.nongnu.org/bugs/?group=lordsawar], [lordsawar])
5
5
AC_CONFIG_SRCDIR([config.h.in])
6
6
AM_CONFIG_HEADER(config.h)
7
7
AC_CONFIG_MACRO_DIR([m4])