~ubuntu-branches/ubuntu/jaunty/htop/jaunty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2008-04-26 13:57:14 UTC
  • mfrom: (1.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080426135714-teunz1rh1mda44w1
Tags: 0.7-1
* New upstrem version. (Closes: #452634)
* Move URL to homepage header.
* Bumped Standards-Version (no changes needed).
* Fixed watch file. (Closes: #449631)

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([htop],[0.6.6],[loderunner@users.sourceforge.net])
 
5
AC_INIT([htop],[0.7],[loderunner@users.sourceforge.net])
6
6
AM_INIT_AUTOMAKE
7
7
AC_CONFIG_SRCDIR([htop.c])
8
8
AC_CONFIG_HEADER([config.h])