~ubuntu-branches/ubuntu/feisty/sound-juicer/feisty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-08-21 10:13:59 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20060821101359-0kpdum0f8mdezeg1
Tags: 2.15.5.1-0ubuntu1
* New upstream version:
  - Update the icon cache on install
  - Fix intltool requirements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Initial blurb
2
 
AC_INIT(sound-juicer, 2.15.4, http://www.burtonini.com/)
 
2
AC_INIT(sound-juicer, 2.15.5.1, http://www.burtonini.com/)
3
3
AC_PREREQ(2.52)
4
4
AM_INIT_AUTOMAKE([check-news 1.6])
5
5
AC_CONFIG_MACRO_DIR([m4])
25
25
AC_HEADER_STDC
26
26
AC_PROG_CXX
27
27
AC_PROG_LIBTOOL
28
 
IT_PROG_INTLTOOL([0.35])
 
28
IT_PROG_INTLTOOL([0.35.0])
29
29
 
30
30
GNOME_COMPILE_WARNINGS
31
31