~damg/gnome-system-monitor/lp296097_

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-08-04 17:14:32 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20080804171432-d13p1hv1xfjx8bkj
Tags: 2.23.6-0ubuntu1
* New Upstream Release
* removed 60_libtool_update.patch and 70_autoconf patch as changed
  are now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_PREREQ(2.52)
4
4
 
5
 
AC_INIT([gnome-system-monitor], [2.23.5],
 
5
AC_INIT([gnome-system-monitor], [2.23.6],
6
6
        [http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor])
7
7
AC_CONFIG_SRCDIR(configure.in)
8
8
AC_CONFIG_HEADERS(config.h)
17
17
 
18
18
AC_ISC_POSIX
19
19
AC_PROG_CC
 
20
AC_PROG_CXX
20
21
AC_LANG_CPLUSPLUS
21
22
AC_LANG_COMPILER_REQUIRE
22
23
AM_PROG_CC_STDC