Merge branch 'master' of git+ssh://git.codethink.co.uk/git/atspi-dbus
authorMark Doffman <mdoff@silver-wind.(none)>
Fri, 25 Jul 2008 10:41:27 +0000 (11:41 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Fri, 25 Jul 2008 10:41:27 +0000 (11:41 +0100)
1  2 
configure.ac

diff --combined configure.ac
@@@ -1,6 -1,5 +1,6 @@@
  
  AC_INIT([at-spi], [1.9.0], [accessibility-atspi@lists.linux-foundation.org])
 +AC_CONFIG_AUX_DIR(config)
  
  AT_SPI_MAJOR_VERSION=1
  AT_SPI_MINOR_VERSION=23
@@@ -28,6 -27,9 +28,9 @@@ AC_SUBST(LT_AGE
  
  AM_INIT_AUTOMAKE([-Wall foreign])
  
+ dnl translation of any at-spi strings: used only for .server
+ IT_PROG_INTLTOOL([0.35.0])
  AC_PROG_CC
  AM_PATH_PYTHON(2.4)
  AM_DISABLE_STATIC