#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for WINE@Etersoft 1.0.12-eter7.9.
+# Generated by GNU Autoconf 2.65 for WINE@Etersoft 1.0.12-eter7.10.
#
# Report bugs to <wine@etersoft.ru>.
#
# Identity of this package.
PACKAGE_NAME='WINE@Etersoft'
PACKAGE_TARNAME='wine_name'
-PACKAGE_VERSION='1.0.12-eter7.9'
-PACKAGE_STRING='WINE@Etersoft 1.0.12-eter7.9'
+PACKAGE_VERSION='1.0.12-eter7.10'
+PACKAGE_STRING='WINE@Etersoft 1.0.12-eter7.10'
PACKAGE_BUGREPORT='wine@etersoft.ru'
PACKAGE_URL=''
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures WINE@Etersoft 1.0.12-eter7.9 to adapt to many kinds of systems.
+\`configure' configures WINE@Etersoft 1.0.12-eter7.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of WINE@Etersoft 1.0.12-eter7.9:";;
+ short | recursive ) echo "Configuration of WINE@Etersoft 1.0.12-eter7.10:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-WINE@Etersoft configure 1.0.12-eter7.9
+WINE@Etersoft configure 1.0.12-eter7.10
generated by GNU Autoconf 2.65
Copyright (C) 2010 Free Software Foundation, Inc.
if ac_fn_c_try_link "$LINENO"; then :
eval "$3=yes"
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ if test "$GCC" = yes; then
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#ifndef __GNUC__
-choke me
-#else
#undef $2
-/* Declare this function with same prototype as __builtin_$2.
- This removes warning about conflicting type with builtin */
+/* Declare this function with the same prototype as __builtin_$2.
+ This removes a warning about conflicting types for built-in function $2 */
__typeof__(__builtin_$2) $2;
-
__typeof__(__builtin_$2) *f = $2;
-#endif
int
main ()
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
+ else
+ eval "$3=no"
+ fi
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by WINE@Etersoft $as_me 1.0.12-eter7.9, which was
+It was created by WINE@Etersoft $as_me 1.0.12-eter7.10, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by WINE@Etersoft $as_me 1.0.12-eter7.9, which was
+This file was extended by WINE@Etersoft $as_me 1.0.12-eter7.10, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-WINE@Etersoft config.status 1.0.12-eter7.9
+WINE@Etersoft config.status 1.0.12-eter7.10
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
- ac_cs_awk_cr='\r'
+ ac_cs_awk_cr='\\r'
else
ac_cs_awk_cr=$ac_cr
fi
Name: wine-etersoft
Version: 1.0.12
-Release: alt7.9
+Release: alt7.10
Summary: WINE@Etersoft - Environment for running Windows applications (main part)
Summary(ru_RU.UTF-8): WINE@Etersoft - Среда для запуска программ Windows (основная часть)
%_man1dir/winemaker.*
%changelog
+* Mon Sep 06 2010 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt7.10
+- advapi32: Fix PP_CLIENT_HWND support
+- crypt32: Add const
+- crypt32: Do not use uninitialized hDefProv
+- crypt32: Find a provider for used algorithm (eterbug #5694)
+- crypt32: Fix working with critical section
+- crypt32: Improve CERT_KEY_IDENTIFIER_PROP_ID support (eterbug #5694)
+
* Tue Aug 31 2010 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt7.9
- crypt32/tests: Add tests for CMSG_RECIPIENT_COUNT_PARAM and CMSG_RECIPIENT_INFO_PARAM (eterbug #5694)
- crypt32: Add support for CMSG_RECIPIENT_COUNT_PARAM and CMSG_RECIPIENT_INFO_PARAM (eterbug #5694)