~ubuntu-branches/ubuntu/saucy/gbrainy/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2011-01-15 15:10:04 UTC
  • mfrom: (1.3.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110115151004-rh9of3p1gjtierue
Tags: 1.61-1
* New upstream release:
   - Bug fixes and updated/new translations (Closes: #609284, #606470;
     LP: #695691, #693447).
* Update copyright years in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(gbrainy, 1.60)
 
1
AC_INIT(gbrainy, 1.61)
2
2
AC_CONFIG_SRCDIR(src/Core/)
3
3
 
4
4
AM_CONFIG_HEADER(config.h)
62
62
PKG_CHECK_MODULES(GBRAINY_CORE, mono >= $MONO_REQUIRED)
63
63
 
64
64
 
65
 
PKG_CHECK_MODULES(GBRAINY, 
 
65
PKG_CHECK_MODULES(GBRAINY,
66
66
        gtk-sharp-2.0 >= $GTKSHARP_REQUIRED
67
67
        gnome-sharp-2.0 >= $GTKSHARP_REQUIRED)
68
68
AC_SUBST(GBRAINY_LIBS)
145
145
        CSC_DEFINES="$CSC_DEFINES -debug -d:DEBUG"
146
146
fi
147
147
 
148
 
dnl --- Assembly information 
 
148
dnl --- Assembly information
149
149
 
150
150
BUILD_TIME=`date +"%F %T %Z"`
151
151
AC_SUBST(BUILD_TIME)
152
152
 
153
 
COPYRIGHT="(c) 2007-2010 Jordi Mas i Hernandez"
 
153
COPYRIGHT="(c) 2007-2011 Jordi Mas i Hernandez"
154
154
AC_SUBST(COPYRIGHT)
155
155
 
156
156
dnl --- Prologue