~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Holger Levsen
  • Date: 2009-11-25 13:17:11 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091125131711-nhssnv6ewxj4ubrv
Tags: 1.8.0-1
* New upstream release, quoting from the upstream changelog:
  - new music files and backgrounds contributed by Caroline Ford,
    some old sounds (the ones with suboptimal free licensing) removed -
    Tux Typing is now 100% DFSG-compliant (Closes: #400924)
  - fixed a problem that was causing the wrong key to flash in the bottom
    row of keys
  - game Instructions - simplified and reactivated cascade and laser game
    instruction scripts, fixed scripting background image so that it scales
    properly in fullscreen
  - scripting - Added some basic scripts so that new users will have a
    complete lesson set out of the box. Added a howto in the docs.
  - Sarah Frisk's word list editor from GSoC 2009 has been merged in as
    a new, somewhat "beta" feature. (Closes: #94986)
* tuxtype.postinst: Make tuxtype binary and shared wordlist directory 
  setgid games, so that wordlists can be edited and shared. This is done
  with dpkg-statoverride, so local admins can override this decission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
 
AC_INIT([Tux Typing],[1.7.5],[tux4kids-tuxtype-dev@lists.alioth.debian.org],[tuxtype])
 
2
AC_INIT([Tux Typing],[1.8.0],[tux4kids-tuxtype-dev@lists.alioth.debian.org],[tuxtype])
3
3
AC_CONFIG_SRCDIR([src/playgame.c])
4
4
 
5
5
AC_PREREQ(2.61)
40
40
AC_PROG_YACC
41
41
 
42
42
 
43
 
#AC_PREFIX_DEFAULT(/usr/local)
44
 
#if test "x$prefix" = "xNONE"; then
45
 
#  prefix=$ac_default_prefix
46
 
#  ac_configure_args="$ac_configure_args --prefix $prefix"
47
 
#fi
48
43
 
49
44
# -----------------------------------------------------------------------
50
45
# Checks for libraries.
237
232
NSI_INSTALL_DIR=mingw32
238
233
AC_SUBST(NSI_INSTALL_DIR)
239
234
 
 
235
dnl FIXME the following line is a non-portable hack: 
240
236
NSI_DLL_DIR=~/tuxtype_dll
 
237
 
241
238
AC_ARG_WITH(dll-directory,AS_HELP_STRING([--with-dll-directory=path],[set the path where dll for TuxType are [$(NSI_DLL_DIR)]]), dll_path=$withval, dll_path=no)
242
239
 
243
240
AM_CONDITIONAL(NSI_BUILD, test $dll_path = no)
286
283
data/themes/brazilian-portuguese/Makefile
287
284
data/themes/brazilian-portuguese/images/Makefile
288
285
data/themes/brazilian-portuguese/words/Makefile
 
286
data/themes/bulgarian/Makefile
 
287
data/themes/bulgarian/words/Makefile
 
288
data/themes/bulgarian/scripts/Makefile
289
289
data/themes/catalan/Makefile
290
290
data/themes/catalan/words/Makefile
291
291
data/themes/czech/Makefile
303
303
data/themes/euskara/words/Makefile
304
304
data/themes/french/Makefile
305
305
data/themes/french/words/Makefile
 
306
data/themes/french/scripts/Makefile
306
307
data/themes/greek/Makefile
307
308
data/themes/greek/words/Makefile
308
309
data/themes/gujarati/Makefile
359
360
doc/Makefile
360
361
doc/en/Makefile
361
362
intl/Makefile
 
363
 
362
364
po/Makefile.in
363
365
nsis/tuxtype.nsi
364
 
src/Makefile
365
 
])
366
 
##tuxtype.spec])
 
366
src/Makefile])
367
367
 
368
368
AC_OUTPUT
369
369