revision 503:36a668469e37
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 503:36a668469e37 |
parent | 502:c4ecae2b1b5e |
child | 504:61afb3921c4a |
author | nkeynes |
date | Thu Nov 08 11:55:47 2007 +0000 (15 years ago) |
Update name + version numbers
![]() | configure | view | annotate | diff | log | |
![]() | configure.in | view | annotate | diff | log | |
![]() | src/lxdream.h | view | annotate | diff | log |
1.1 --- a/configure Thu Nov 08 11:54:16 2007 +00001.2 +++ b/configure Thu Nov 08 11:55:47 2007 +00001.3 @@ -2025,8 +2025,8 @@1.6 # Define the identity of the package.1.7 - PACKAGE=dream1.8 - VERSION=0.11.9 + PACKAGE=lxdream1.10 + VERSION=0.81.13 cat >>confdefs.h <<_ACEOF1.14 @@ -5051,9 +5051,6 @@1.15 :1.16 fi1.18 -1.19 -1.20 -1.21 { echo "$as_me:$LINENO: checking for uncompress in -lz" >&51.22 echo $ECHO_N "checking for uncompress in -lz... $ECHO_C" >&6; }1.23 if test "${ac_cv_lib_z_uncompress+set}" = set; then1.24 @@ -5417,13 +5414,16 @@1.25 fi1.28 -GETTEXT_PACKAGE=dream1.29 +GETTEXT_PACKAGE=lxdream1.31 cat >>confdefs.h <<_ACEOF1.32 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"1.33 _ACEOF1.36 +1.37 +1.38 +1.39 ALL_LINGUAS=""
2.1 --- a/configure.in Thu Nov 08 11:54:16 2007 +00002.2 +++ b/configure.in Thu Nov 08 11:55:47 2007 +00002.3 @@ -1,7 +1,7 @@2.4 dnl Process this file with autoconf to produce a configure script.2.6 AC_INIT(configure.in)2.7 -AM_INIT_AUTOMAKE(dream, 0.1)2.8 +AM_INIT_AUTOMAKE(lxdream, 0.8.1)2.9 AM_MAINTAINER_MODE2.10 AM_CONFIG_HEADER(config.h)2.12 @@ -14,9 +14,6 @@2.13 [ gtk+-2.0 dnl2.14 esound dnl2.15 libpng ])2.16 -AC_SUBST(PACKAGE_CFLAGS)2.17 -AC_SUBST(PACKAGE_LIBS)2.18 -2.19 AC_CHECK_LIB(z, uncompress, [], [2.20 echo "Zlib (libz.so) could not be found, but is required."2.21 exit 1])2.22 @@ -29,9 +26,12 @@2.23 echo "Linux CDROM support not found, building without it."] )2.24 AM_CONDITIONAL(CDROM_LINUX, [test "$HAVE_LINUX_CDROM_H" = "yes"])2.26 -GETTEXT_PACKAGE=dream2.27 +GETTEXT_PACKAGE=lxdream2.28 AC_SUBST(GETTEXT_PACKAGE)2.29 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")2.30 +AC_SUBST(PACKAGE_CFLAGS)2.31 +AC_SUBST(PACKAGE_LIBS)2.32 +2.34 dnl Add the languages which your application supports here.2.35 ALL_LINGUAS=""
3.1 --- a/src/lxdream.h Thu Nov 08 11:54:16 2007 +00003.2 +++ b/src/lxdream.h Thu Nov 08 11:55:47 2007 +00003.3 @@ -1,5 +1,5 @@3.4 /**3.5 - * $Id: lxdream.h,v 1.2 2007-11-08 11:54:16 nkeynes Exp $3.6 + * $Id: lxdream.h,v 1.3 2007-11-08 11:55:47 nkeynes Exp $3.7 *3.8 * Common type definitions and forward declarations3.9 *3.10 @@ -27,7 +27,7 @@3.11 #endif3.13 #define APP_NAME "lxDream"3.14 -#define APP_VERSION "0.8"3.15 +#define APP_VERSION "0.8.1"3.17 #define MB *1024*10243.18 #define KB *1024
.