[Tux4kids-commits] r1561 - tuxtype/trunk

David Bruce dbruce-guest at alioth.debian.org
Fri Oct 2 11:13:03 UTC 2009


Author: dbruce-guest
Date: 2009-10-02 11:13:02 +0000 (Fri, 02 Oct 2009)
New Revision: 1561

Modified:
   tuxtype/trunk/configure.ac
Log:
incremented VERSION to 1.7.6

Modified: tuxtype/trunk/configure.ac
===================================================================
--- tuxtype/trunk/configure.ac	2009-10-01 02:27:59 UTC (rev 1560)
+++ tuxtype/trunk/configure.ac	2009-10-02 11:13:02 UTC (rev 1561)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Tux Typing],[1.7.5],[tux4kids-tuxtype-dev at lists.alioth.debian.org],[tuxtype])
+AC_INIT([Tux Typing],[1.7.6],[tux4kids-tuxtype-dev at lists.alioth.debian.org],[tuxtype])
 AC_CONFIG_SRCDIR([src/playgame.c])
 
 AC_PREREQ(2.61)
@@ -40,11 +40,6 @@
 AC_PROG_YACC
 
 
-#AC_PREFIX_DEFAULT(/usr/local)
-#if test "x$prefix" = "xNONE"; then
-#  prefix=$ac_default_prefix
-#  ac_configure_args="$ac_configure_args --prefix $prefix"
-#fi
 
 # -----------------------------------------------------------------------
 # Checks for libraries.
@@ -237,7 +232,9 @@
 NSI_INSTALL_DIR=mingw32
 AC_SUBST(NSI_INSTALL_DIR)
 
+dnl FIXME the following line is a non-portable hack: 
 NSI_DLL_DIR=~/tuxtype_dll
+
 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)
 
 AM_CONDITIONAL(NSI_BUILD, test $dll_path = no)
@@ -360,11 +357,10 @@
 doc/Makefile
 doc/en/Makefile
 intl/Makefile
+
 po/Makefile.in
 nsis/tuxtype.nsi
-src/Makefile
-])
-##tuxtype.spec])
+src/Makefile])
 
 AC_OUTPUT
 




More information about the Tux4kids-commits mailing list