~ubuntu-branches/ubuntu/utopic/bubblemon/utopic

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Medeiros
  • Date: 2008-01-15 19:18:40 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080115191840-up505jro46wef053
Tags: 2.0.9-1
* New upstream release. (Closes: #158667)
* debian/control:
  - Bump Standards-Version: 3.7.3.
  - Added Homepage header and removed old pseudo header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# stuff.
8
8
#
9
9
#
10
 
AC_INIT([Bubbling Load Monitor], 2.0.7, bubblemon-list@nongnu.org, bubblemon)
 
10
AC_INIT([Bubbling Load Monitor], 2.0.9, bubblemon-list@nongnu.org, bubblemon)
11
11
AC_CONFIG_SRCDIR(src/bubblemon.h)
12
12
 
 
13
# Install in /usr by default since many GNOME installations aren't
 
14
# aware of the existence of /usr/local.
 
15
AC_PREFIX_DEFAULT(/usr)
 
16
 
13
17
AM_INIT_AUTOMAKE([1.5])
14
18
AC_PREREQ(2.61)
15
19