~ubuntu-branches/ubuntu/trusty/cvsd/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-01-14 22:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100114220000-ydt3odkvl82bu28y
Tags: 1.0.18
* use simpler shell semantics in cvsd-buildroot to fix a problem with bash 4
  (LP: #474666)
* fix call to uname in the cvsd-buginfo script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# configure.ac - process this file with autoconf to produce configure
2
 
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Arthur de Jong
 
2
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
 
3
#               2010 Arthur de Jong
3
4
#
4
5
# This program is free software; you can redistribute it and/or modify
5
6
# it under the terms of the GNU General Public License as published by
17
18
 
18
19
AC_PREREQ(2.59)
19
20
AC_COPYRIGHT(
20
 
[Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Arthur de Jong
 
21
[Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
 
22
               2010 Arthur de Jong
21
23
 
22
24
This configure script is derived from configure.ac which is free software;
23
25
you can redistribute it and/or modify it under the terms of the GNU General
26
28
See the configure.ac file for more details.])
27
29
 
28
30
# initialize and set version and bugreport address
29
 
AC_INIT([cvsd],[1.0.17],[arthur@arthurdejong.org])
30
 
RELEASE_MONTH="Dec 2009"
 
31
AC_INIT([cvsd],[1.0.18],[arthur@arthurdejong.org])
 
32
RELEASE_MONTH="Jan 2010"
31
33
AC_SUBST(RELEASE_MONTH)
32
34
AC_CONFIG_SRCDIR(cvsd.c)
33
35