Search
lxdream.org :: lxdream :: r503:36a668469e37
lxdream 0.9.1
released Jun 29
Download Now
changeset503:36a668469e37
parent502:c4ecae2b1b5e
child504:61afb3921c4a
authornkeynes
dateThu Nov 08 11:55:47 2007 +0000 (15 years ago)
Update name + version numbers
configure
configure.in
src/lxdream.h
1.1 --- a/configure Thu Nov 08 11:54:16 2007 +0000
1.2 +++ b/configure Thu Nov 08 11:55:47 2007 +0000
1.3 @@ -2025,8 +2025,8 @@
1.4
1.5
1.6 # Define the identity of the package.
1.7 - PACKAGE=dream
1.8 - VERSION=0.1
1.9 + PACKAGE=lxdream
1.10 + VERSION=0.8
1.11
1.12
1.13 cat >>confdefs.h <<_ACEOF
1.14 @@ -5051,9 +5051,6 @@
1.15 :
1.16 fi
1.17
1.18 -
1.19 -
1.20 -
1.21 { echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
1.22 echo $ECHO_N "checking for uncompress in -lz... $ECHO_C" >&6; }
1.23 if test "${ac_cv_lib_z_uncompress+set}" = set; then
1.24 @@ -5417,13 +5414,16 @@
1.25 fi
1.26
1.27
1.28 -GETTEXT_PACKAGE=dream
1.29 +GETTEXT_PACKAGE=lxdream
1.30
1.31 cat >>confdefs.h <<_ACEOF
1.32 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
1.33 _ACEOF
1.34
1.35
1.36 +
1.37 +
1.38 +
1.39 ALL_LINGUAS=""
1.40
1.41
2.1 --- a/configure.in Thu Nov 08 11:54:16 2007 +0000
2.2 +++ b/configure.in Thu Nov 08 11:55:47 2007 +0000
2.3 @@ -1,7 +1,7 @@
2.4 dnl Process this file with autoconf to produce a configure script.
2.5
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_MODE
2.10 AM_CONFIG_HEADER(config.h)
2.11
2.12 @@ -14,9 +14,6 @@
2.13 [ gtk+-2.0 dnl
2.14 esound dnl
2.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.25
2.26 -GETTEXT_PACKAGE=dream
2.27 +GETTEXT_PACKAGE=lxdream
2.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.33
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 +0000
3.2 +++ b/src/lxdream.h Thu Nov 08 11:55:47 2007 +0000
3.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 declarations
3.9 *
3.10 @@ -27,7 +27,7 @@
3.11 #endif
3.12
3.13 #define APP_NAME "lxDream"
3.14 -#define APP_VERSION "0.8"
3.15 +#define APP_VERSION "0.8.1"
3.16
3.17 #define MB *1024*1024
3.18 #define KB *1024
.