Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 503:36a668469e37
prev489:45c8ddcf52cb
next509:d72564edc482
author nkeynes
date Thu Nov 08 12:01:57 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix ptr->int conversions for 64bit
file annotate diff log raw
1.1 --- a/configure Sun Nov 04 05:07:49 2007 +0000
1.2 +++ b/configure Thu Nov 08 12:01:57 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
.