~ubuntu-branches/ubuntu/utopic/sshpass/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Shachar Shemesh
  • Date: 2008-10-18 08:13:59 UTC
  • mfrom: (3.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081018081359-oktk726nc40r0ri0
Tags: 1.01-2
* sshpass taking 100% CPU while the ssh session is running (Closes:
  #502585)
* Update policy version to 3.8.0.0 - Added "Homepage" to package.
* Fixed lintian warning about copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ(2.57)
5
 
AC_INIT([sshpass], [1.00])
 
5
AC_INIT([sshpass], [1.01])
6
6
AM_INIT_AUTOMAKE
7
 
AC_COPYRIGHT([Copyright (C) 2006 Lingnu Open Source Consulting Ltd.])
 
7
AC_COPYRIGHT([Copyright (C) 2006,2008 Lingnu Open Source Consulting Ltd.])
8
8
AC_CONFIG_SRCDIR([main.c])
9
9
 
10
10
# Checks for programs.