~ubuntu-branches/ubuntu/trusty/sysprof/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2008-12-14 22:55:07 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214225507-9ym667xozn8yrgou
Tags: 1.0.12-1
* Orphan package
* New upstream release
  + Fix compiling on amd64 with kernel >= 2.6.25 (Closes: #508265)
* Change sysprof-module-source to Architecture: all since the package
  itself is not architecture-dependent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.54)
2
2
 
3
 
AC_INIT([sysprof], [1.0.11])
 
3
AC_INIT([sysprof], [1.0.12])
4
4
AC_CONFIG_SRCDIR(sysprof.glade)
5
5
 
6
6
AM_INIT_AUTOMAKE(no-define)