Index: likewise-open-5.4.0.42111/lsass/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/Makefile.in 2010-04-10 23:22:44.808289088 +0000 +++ likewise-open-5.4.0.42111/lsass/Makefile.in 2010-04-10 23:29:24.284290840 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -387,7 +387,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -412,7 +412,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -576,7 +576,8 @@ fi; \ done -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ @@ -620,17 +621,17 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ - bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ - unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac Index: likewise-open-5.4.0.42111/lsass/aclocal.m4 =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/aclocal.m4 2010-04-10 23:22:45.148258486 +0000 +++ likewise-open-5.4.0.42111/lsass/aclocal.m4 2010-04-10 23:27:48.536266157 +0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.11 -*- Autoconf -*- +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. @@ -13,8 +13,8 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],, -[m4_warning([this file was generated for autoconf 2.64. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, +[m4_warning([this file was generated for autoconf 2.65. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) @@ -34,7 +34,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11], [], +m4_if([$1], [1.11.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,7 +50,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11])dnl +[AM_AUTOMAKE_VERSION([1.11.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) Index: likewise-open-5.4.0.42111/lsass/client/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/client/Makefile.in 2010-04-10 23:22:45.804287889 +0000 +++ likewise-open-5.4.0.42111/lsass/client/Makefile.in 2010-04-10 23:28:12.664268259 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -432,7 +432,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -457,7 +457,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/client/ad/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/client/ad/Makefile.in 2010-04-10 23:22:46.264288110 +0000 +++ likewise-open-5.4.0.42111/lsass/client/ad/Makefile.in 2010-04-10 23:28:13.608265529 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/client/api/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/client/api/Makefile.in 2010-04-10 23:22:47.724289801 +0000 +++ likewise-open-5.4.0.42111/lsass/client/api/Makefile.in 2010-04-10 23:28:14.940256694 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/client/ntlm/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/client/ntlm/Makefile.in 2010-04-10 23:22:52.528288223 +0000 +++ likewise-open-5.4.0.42111/lsass/client/ntlm/Makefile.in 2010-04-10 23:28:16.260254685 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/common/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/common/Makefile.in 2010-04-10 23:22:57.324288613 +0000 +++ likewise-open-5.4.0.42111/lsass/common/Makefile.in 2010-04-10 23:28:16.952257804 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -431,7 +431,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -456,7 +456,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/common/ipc/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/common/ipc/Makefile.in 2010-04-10 23:22:58.220251154 +0000 +++ likewise-open-5.4.0.42111/lsass/common/ipc/Makefile.in 2010-04-10 23:28:17.572267942 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -390,7 +390,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -415,7 +415,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/common/ipc/ad/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/common/ipc/ad/Makefile.in 2010-04-10 23:22:59.064287417 +0000 +++ likewise-open-5.4.0.42111/lsass/common/ipc/ad/Makefile.in 2010-04-10 23:28:18.416288137 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/common/ipc/api/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/common/ipc/api/Makefile.in 2010-04-10 23:23:01.364287973 +0000 +++ likewise-open-5.4.0.42111/lsass/common/ipc/api/Makefile.in 2010-04-10 23:28:19.212257169 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/common/ipc/ntlm/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/common/ipc/ntlm/Makefile.in 2010-04-10 23:23:03.380289867 +0000 +++ likewise-open-5.4.0.42111/lsass/common/ipc/ntlm/Makefile.in 2010-04-10 23:28:20.048252118 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/common/utils/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/common/utils/Makefile.in 2010-04-10 23:23:04.480288687 +0000 +++ likewise-open-5.4.0.42111/lsass/common/utils/Makefile.in 2010-04-10 23:28:22.164257144 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/config.guess =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/config.guess 2010-04-10 23:23:14.416289630 +0000 +++ likewise-open-5.4.0.42111/lsass/config.guess 2010-04-10 23:28:11.652263599 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-04-27' +timestamp='2009-06-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -170,7 +170,7 @@ arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null + | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? @@ -656,7 +656,7 @@ # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep __LP64__ >/dev/null + grep -q __LP64__ then HP_ARCH="hppa2.0w" else @@ -822,6 +822,9 @@ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we @@ -882,40 +885,17 @@ m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; - mips:Linux:*:*) + mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU - #undef mips - #undef mipsel + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mipsel + CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips - #else - CPU= - #endif - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips64 - #undef mips64el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mips64el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips64 + CPU=${UNAME_MACHINE} #else CPU= #endif @@ -947,7 +927,7 @@ EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac - objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; @@ -1001,14 +981,6 @@ elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; - a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit ;; - "") - # Either a pre-BFD a.out linker (linux-gnuoldld) or - # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-gnuoldld" - exit ;; esac # Determine whether the default compiler is a.out or elf eval $set_cc_for_build @@ -1074,7 +1046,7 @@ i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) @@ -1182,7 +1154,7 @@ rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) Index: likewise-open-5.4.0.42111/lsass/config.sub =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/config.sub 2010-04-10 23:23:14.584264538 +0000 +++ likewise-open-5.4.0.42111/lsass/config.sub 2010-04-10 23:28:11.732267064 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-04-17' +timestamp='2009-06-11' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -153,6 +153,9 @@ os= basic_machine=$1 ;; + -bluegene*) + os=-cnk + ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 @@ -467,6 +470,10 @@ basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; c90) basic_machine=c90-cray os=-unicos @@ -1260,7 +1267,7 @@ # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ @@ -1613,7 +1620,7 @@ -sunos*) vendor=sun ;; - -aix*) + -cnk*|-aix*) vendor=ibm ;; -beos*) Index: likewise-open-5.4.0.42111/lsass/configure =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/configure 2010-04-10 23:23:14.812261736 +0000 +++ likewise-open-5.4.0.42111/lsass/configure 2010-04-10 23:27:59.036286006 +0000 @@ -1,12 +1,14 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for lsass 5.0.0. +# Generated by GNU Autoconf 2.65 for lsass 5.0.0. # # Report bugs to . # +# # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -676,7 +678,8 @@ -exec 7<&0 &1 +test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, @@ -1788,7 +1791,7 @@ LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l - CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor @@ -1859,7 +1862,7 @@ if $ac_init_version; then cat <<\_ACEOF lsass configure 5.0.0 -generated by GNU Autoconf 2.64 +generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation @@ -1906,7 +1909,7 @@ ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - return $ac_retval + as_fn_set_status $ac_retval } # ac_fn_c_try_compile @@ -1943,7 +1946,7 @@ ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - return $ac_retval + as_fn_set_status $ac_retval } # ac_fn_c_try_cpp @@ -2078,7 +2081,7 @@ fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - return $ac_retval + as_fn_set_status $ac_retval } # ac_fn_c_try_run @@ -2155,7 +2158,7 @@ # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - return $ac_retval + as_fn_set_status $ac_retval } # ac_fn_c_try_link @@ -2454,7 +2457,7 @@ fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - return $ac_retval + as_fn_set_status $ac_retval } # ac_fn_c_compute_int @@ -2558,7 +2561,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by lsass $as_me 5.0.0, which was -generated by GNU Autoconf 2.64. Invocation command line was +generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2811,7 +2814,7 @@ for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue - if test -r "$ac_site_file"; then + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 @@ -2820,9 +2823,9 @@ done if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in @@ -3351,6 +3354,7 @@ fi + test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else @@ -3358,7 +3362,6 @@ # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. - test -d ./--version && rmdir ./--version MKDIR_P="$ac_install_sh -d" fi fi @@ -3948,32 +3951,30 @@ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 - rm -f conftest.er1 conftest.err fi + rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include + int main () { -FILE *f = fopen ("conftest.out", "w"); - return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 -$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: @@ -4035,10 +4036,10 @@ else ac_file='' fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 -$as_echo "$ac_file" >&6; } if test -z "$ac_file"; then : - $as_echo "$as_me: failed program was:" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -4046,51 +4047,18 @@ { as_fn_set_status 77 as_fn_error "C compiler cannot create executables See \`config.log' for more details." "$LINENO" 5; }; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext -# Check that the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 -$as_echo_n "checking whether the C compiler works... " >&6; } -# If not cross compiling, check that we can run a simple program. -if test "$cross_compiling" != yes; then - if { ac_try='./$ac_file' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run C compiled programs. -If you meant to cross compile, use \`--host'. -See \`config.log' for more details." "$LINENO" 5; } - fi - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save -# Check that the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" @@ -4123,13 +4091,72 @@ as_fn_error "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." "$LINENO" 5; } fi -rm -f conftest$ac_cv_exeext +rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then : @@ -4984,8 +5011,8 @@ PLATFORM_AIX="false" case "$host_os:$host_cpu" in - linux*:i?86) - echo "Detected Linux - i?86" + linux*:i?86|linux*:arm*) + echo "Detected 32-bit Linux" nss_libdir="/lib" pam_libdir="/lib/security" NSS_SUBDIR="linux" @@ -4994,18 +5021,8 @@ $as_echo "#define __LWI_LINUX__ /**/" >>confdefs.h ;; - linux*:x86_64) - echo "Detected Linux - x86_64" - nss_libdir="/lib64" - pam_libdir="/lib64/security" - NSS_SUBDIR="linux" - ENABLE_NSS_ENUM_DEFAULT="no" - -$as_echo "#define __LWI_LINUX__ /**/" >>confdefs.h - - ;; - linux*:s390*) - echo "Detected Linux - s390*" + linux*:x86_64|linux*:s390*) + echo "Detected 64-bit Linux" nss_libdir="/lib64" pam_libdir="/lib64/security" NSS_SUBDIR="linux" @@ -6889,8 +6906,8 @@ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 - rm -f conftest.er1 conftest.err fi + rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done @@ -7243,8 +7260,8 @@ -macro_version='2.2.6' -macro_revision='1.3012' +macro_version='2.2.6b' +macro_revision='1.3017' @@ -7714,13 +7731,13 @@ else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:7717: $ac_compile\"" >&5) + (eval echo "\"\$as_me:7734: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:7720: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:7737: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:7723: output\"" >&5) + (eval echo "\"\$as_me:7740: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -8186,7 +8203,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -8925,7 +8942,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 8928 "configure"' > conftest.$ac_ext + echo '#line 8945 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -10187,11 +10204,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10190: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10207: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:10194: \$? = $ac_status" >&5 + echo "$as_me:10211: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -10356,7 +10373,7 @@ lt_prog_compiler_static='-non_shared' ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) @@ -10526,11 +10543,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10529: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10546: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:10533: \$? = $ac_status" >&5 + echo "$as_me:10550: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -10631,11 +10648,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10634: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10651: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:10638: \$? = $ac_status" >&5 + echo "$as_me:10655: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -10686,11 +10703,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10689: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10706: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:10693: \$? = $ac_status" >&5 + echo "$as_me:10710: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -10829,6 +10846,7 @@ fi supports_anon_versioning=no case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... @@ -10920,7 +10938,7 @@ archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - gnu* | linux* | tpf* | k*bsd*-gnu) + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in @@ -12382,7 +12400,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -13069,7 +13087,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 13072 "configure" +#line 13090 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13165,7 +13183,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 13168 "configure" +#line 13186 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -16849,7 +16867,7 @@ # values after options handling. ac_log=" This file was extended by lsass $as_me 5.0.0, which was -generated by GNU Autoconf 2.64. Invocation command line was +generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -16889,6 +16907,7 @@ -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit + --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files @@ -16911,10 +16930,11 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ lsass config.status 5.0.0 -configured by $0, generated by GNU Autoconf 2.64, - with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.65, + with options \\"\$ac_cs_config\\" Copyright (C) 2009 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation @@ -16952,6 +16972,8 @@ ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) @@ -17476,7 +17498,7 @@ t delim :nl h -s/\(.\{148\}\).*/\1/ +s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p @@ -17490,7 +17512,7 @@ t nl :delim h -s/\(.\{148\}\).*/\1/ +s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p Index: likewise-open-5.4.0.42111/lsass/docs/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/docs/Makefile.in 2010-04-10 23:23:17.300287798 +0000 +++ likewise-open-5.4.0.42111/lsass/docs/Makefile.in 2010-04-10 23:28:22.800287715 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/etc/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/etc/Makefile.in 2010-04-10 23:23:18.456291573 +0000 +++ likewise-open-5.4.0.42111/lsass/etc/Makefile.in 2010-04-10 23:28:23.392292556 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/include/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/include/Makefile.in 2010-04-10 23:23:19.272259238 +0000 +++ likewise-open-5.4.0.42111/lsass/include/Makefile.in 2010-04-10 23:28:24.117323817 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/include/config.h.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/include/config.h.in 2010-04-10 23:23:19.444287814 +0000 +++ likewise-open-5.4.0.42111/lsass/include/config.h.in 2010-04-10 23:28:58.000000000 +0000 @@ -318,16 +318,16 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TIME_H -/* Define to 1 if `ucontext_t' is a member of `uc_mcontext'. */ +/* Define to 1 if `uc_mcontext' is a member of `ucontext_t'. */ #undef HAVE_UCONTEXT_T_UC_MCONTEXT -/* Define to 1 if `ucontext_t' is a member of `uc_mcontext->__ss'. */ +/* Define to 1 if `uc_mcontext->__ss' is a member of `ucontext_t'. */ #undef HAVE_UCONTEXT_T_UC_MCONTEXT____SS -/* Define to 1 if `ucontext_t' is a member of `uc_mcontext->__ss.__eip'. */ +/* Define to 1 if `uc_mcontext->__ss.__eip' is a member of `ucontext_t'. */ #undef HAVE_UCONTEXT_T_UC_MCONTEXT____SS___EIP -/* Define to 1 if `ucontext_t' is a member of `uc_mcontext->__ss.__rip'. */ +/* Define to 1 if `uc_mcontext->__ss.__rip' is a member of `ucontext_t'. */ #undef HAVE_UCONTEXT_T_UC_MCONTEXT____SS___RIP /* Define to 1 if the system has the type `uint16'. */ Index: likewise-open-5.4.0.42111/lsass/interop/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/Makefile.in 2010-04-10 23:23:24.733277115 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/Makefile.in 2010-04-10 23:28:24.748289269 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -359,7 +359,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -384,7 +384,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/interop/access/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/access/Makefile.in 2010-04-10 23:23:25.248288591 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/access/Makefile.in 2010-04-10 23:28:25.476256304 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/auth/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/auth/Makefile.in 2010-04-10 23:23:26.116287879 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/auth/Makefile.in 2010-04-10 23:28:26.172288200 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -345,7 +345,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -370,7 +370,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/interop/auth/common/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/auth/common/Makefile.in 2010-04-10 23:23:26.604269730 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/auth/common/Makefile.in 2010-04-10 23:28:26.960287666 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/auth/pam/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/auth/pam/Makefile.in 2010-04-10 23:23:29.048288252 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/auth/pam/Makefile.in 2010-04-10 23:28:28.104287382 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/gssntlm/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/gssntlm/Makefile.in 2010-04-10 23:23:33.216257353 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/gssntlm/Makefile.in 2010-04-10 23:28:28.972250918 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/lwicompat/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/lwicompat/Makefile.in 2010-04-10 23:23:34.152265212 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/lwicompat/Makefile.in 2010-04-10 23:28:29.908266590 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/lwmapsecurity/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/lwmapsecurity/Makefile.in 2010-04-10 23:23:35.320259610 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/lwmapsecurity/Makefile.in 2010-04-10 23:28:30.880255139 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/Makefile.in 2010-04-10 23:23:36.600264056 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/Makefile.in 2010-04-10 23:28:31.456257035 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -345,7 +345,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -370,7 +370,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/aix/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/aix/Makefile.in 2010-04-10 23:23:37.100268455 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/aix/Makefile.in 2010-04-10 23:28:32.512288173 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/common/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/common/Makefile.in 2010-04-10 23:23:40.048287061 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/common/Makefile.in 2010-04-10 23:28:33.448288432 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/freebsd/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/freebsd/Makefile.in 2010-04-10 23:23:41.576289431 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/freebsd/Makefile.in 2010-04-10 23:28:34.360257947 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/hpux/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/hpux/Makefile.in 2010-04-10 23:23:43.397323881 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/hpux/Makefile.in 2010-04-10 23:28:35.312293539 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/linux/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/linux/Makefile.in 2010-04-10 23:23:45.912272846 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/linux/Makefile.in 2010-04-10 23:28:36.152261351 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/mac/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/mac/Makefile.in 2010-04-10 23:23:47.992287769 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/mac/Makefile.in 2010-04-10 23:28:37.144250205 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/nsswitch/solaris/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/nsswitch/solaris/Makefile.in 2010-04-10 23:23:50.145324177 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/nsswitch/solaris/Makefile.in 2010-04-10 23:28:38.136257221 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/interop/wbclient/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/interop/wbclient/Makefile.in 2010-04-10 23:23:52.088288932 +0000 +++ likewise-open-5.4.0.42111/lsass/interop/wbclient/Makefile.in 2010-04-10 23:28:38.928250354 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/join/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/join/Makefile.in 2010-04-10 23:23:55.516289842 +0000 +++ likewise-open-5.4.0.42111/lsass/join/Makefile.in 2010-04-10 23:28:40.080254373 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/logging_r/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/logging_r/Makefile.in 2010-04-10 23:23:58.368288131 +0000 +++ likewise-open-5.4.0.42111/lsass/logging_r/Makefile.in 2010-04-10 23:28:40.996288115 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/lsaunistr/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/lsaunistr/Makefile.in 2010-04-10 23:23:59.748288311 +0000 +++ likewise-open-5.4.0.42111/lsass/lsaunistr/Makefile.in 2010-04-10 23:28:41.800250414 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/ltmain.sh =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/ltmain.sh 2010-04-10 23:24:00.400292624 +0000 +++ likewise-open-5.4.0.42111/lsass/ltmain.sh 2010-04-10 23:27:22.112289257 +0000 @@ -1,6 +1,6 @@ # Generated from ltmain.m4sh. -# ltmain.sh (GNU libtool) 2.2.6 +# ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. @@ -65,7 +65,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-4 +# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 # automake: $automake_version # autoconf: $autoconf_version # @@ -73,9 +73,9 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="2.2.6 Debian-2.2.6a-4" +VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" TIMESTAMP="" -package_revision=1.3012 +package_revision=1.3017 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then Index: likewise-open-5.4.0.42111/lsass/m4/libtool.m4 =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/m4/libtool.m4 2010-04-10 23:24:01.092289719 +0000 +++ likewise-open-5.4.0.42111/lsass/m4/libtool.m4 2010-04-10 23:27:22.436268220 +0000 @@ -2445,7 +2445,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -3084,7 +3084,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -3705,7 +3705,7 @@ ;; esac ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler @@ -3989,7 +3989,7 @@ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) @@ -4285,6 +4285,7 @@ fi supports_anon_versioning=no case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... @@ -4376,7 +4377,7 @@ _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - gnu* | linux* | tpf* | k*bsd*-gnu) + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in @@ -5860,7 +5861,7 @@ _LT_TAGVAR(inherit_rpath, $1)=yes ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler Index: likewise-open-5.4.0.42111/lsass/m4/ltversion.m4 =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/m4/ltversion.m4 2010-04-10 23:24:01.608287490 +0000 +++ likewise-open-5.4.0.42111/lsass/m4/ltversion.m4 2010-04-10 23:27:23.488288031 +0000 @@ -9,15 +9,15 @@ # Generated from ltversion.in. -# serial 3012 ltversion.m4 +# serial 3017 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.6]) -m4_define([LT_PACKAGE_REVISION], [1.3012]) +m4_define([LT_PACKAGE_VERSION], [2.2.6b]) +m4_define([LT_PACKAGE_REVISION], [1.3017]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6' -macro_revision='1.3012' +[macro_version='2.2.6b' +macro_revision='1.3017' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) Index: likewise-open-5.4.0.42111/lsass/scripts/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/scripts/Makefile.in 2010-04-10 23:24:02.644267269 +0000 +++ likewise-open-5.4.0.42111/lsass/scripts/Makefile.in 2010-04-10 23:28:42.332278727 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/Makefile.in 2010-04-10 23:24:03.928290039 +0000 +++ likewise-open-5.4.0.42111/lsass/server/Makefile.in 2010-04-10 23:28:42.996288953 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -352,7 +352,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -377,7 +377,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/server/api/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/api/Makefile.in 2010-04-10 23:24:04.416287606 +0000 +++ likewise-open-5.4.0.42111/lsass/server/api/Makefile.in 2010-04-10 23:28:44.888289767 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/auth-providers/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/auth-providers/Makefile.in 2010-04-10 23:24:15.997323397 +0000 +++ likewise-open-5.4.0.42111/lsass/server/auth-providers/Makefile.in 2010-04-10 23:28:45.480253966 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -347,7 +347,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -372,7 +372,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/server/auth-providers/ad-provider/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/auth-providers/ad-provider/Makefile.in 2010-04-10 23:24:16.492289654 +0000 +++ likewise-open-5.4.0.42111/lsass/server/auth-providers/ad-provider/Makefile.in 2010-04-10 23:28:48.004295215 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/auth-providers/local-provider/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/auth-providers/local-provider/Makefile.in 2010-04-10 23:24:32.856250781 +0000 +++ likewise-open-5.4.0.42111/lsass/server/auth-providers/local-provider/Makefile.in 2010-04-10 23:28:49.324252832 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/lsassd/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/lsassd/Makefile.in 2010-04-10 23:24:41.972263019 +0000 +++ likewise-open-5.4.0.42111/lsass/server/lsassd/Makefile.in 2010-04-10 23:28:50.340256756 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/ntlm/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/ntlm/Makefile.in 2010-04-10 23:24:45.096253911 +0000 +++ likewise-open-5.4.0.42111/lsass/server/ntlm/Makefile.in 2010-04-10 23:28:51.896250051 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/rpc/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/rpc/Makefile.in 2010-04-10 23:24:50.092269604 +0000 +++ likewise-open-5.4.0.42111/lsass/server/rpc/Makefile.in 2010-04-10 23:28:52.488256448 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -346,7 +346,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -371,7 +371,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/server/rpc/dssetup/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/rpc/dssetup/Makefile.in 2010-04-10 23:24:50.588288234 +0000 +++ likewise-open-5.4.0.42111/lsass/server/rpc/dssetup/Makefile.in 2010-04-10 23:28:53.884257538 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/rpc/lsa/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/rpc/lsa/Makefile.in 2010-04-10 23:24:55.320289710 +0000 +++ likewise-open-5.4.0.42111/lsass/server/rpc/lsa/Makefile.in 2010-04-10 23:28:55.532264407 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/rpc/samr/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/rpc/samr/Makefile.in 2010-04-10 23:25:01.964288049 +0000 +++ likewise-open-5.4.0.42111/lsass/server/rpc/samr/Makefile.in 2010-04-10 23:28:58.512265690 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/store/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/store/Makefile.in 2010-04-10 23:25:14.420268908 +0000 +++ likewise-open-5.4.0.42111/lsass/server/store/Makefile.in 2010-04-10 23:28:59.188255523 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -348,7 +348,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -373,7 +373,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/server/store/dsapi/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/store/dsapi/Makefile.in 2010-04-10 23:25:14.916289004 +0000 +++ likewise-open-5.4.0.42111/lsass/server/store/dsapi/Makefile.in 2010-04-10 23:29:00.500288405 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/server/store/samdb/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/server/store/samdb/Makefile.in 2010-04-10 23:25:19.156287930 +0000 +++ likewise-open-5.4.0.42111/lsass/server/store/samdb/Makefile.in 2010-04-10 23:29:02.172258791 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/Makefile.in 2010-04-10 23:25:26.532289361 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/Makefile.in 2010-04-10 23:29:02.845274645 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -366,7 +366,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -391,7 +391,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/tests/lsaclient/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/lsaclient/Makefile.in 2010-04-10 23:25:27.032255906 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/lsaclient/Makefile.in 2010-04-10 23:29:03.560263967 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/ntlmapps/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/ntlmapps/Makefile.in 2010-04-10 23:25:27.728250987 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/ntlmapps/Makefile.in 2010-04-10 23:29:04.200290076 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -353,7 +353,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -378,7 +378,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/tests/ntlmapps/ntlmclient/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/ntlmapps/ntlmclient/Makefile.in 2010-04-10 23:25:28.280264023 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/ntlmapps/ntlmclient/Makefile.in 2010-04-10 23:29:05.148292764 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/ntlmapps/ntlmserver/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/ntlmapps/ntlmserver/Makefile.in 2010-04-10 23:25:30.256267748 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/ntlmapps/ntlmserver/Makefile.in 2010-04-10 23:29:06.000265438 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_LsaAllocSecurityIdentifierFromBinary/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_LsaAllocSecurityIdentifierFromBinary/Makefile.in 2010-04-10 23:25:32.332270634 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_LsaAllocSecurityIdentifierFromBinary/Makefile.in 2010-04-10 23:29:06.760256503 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_LsaAllocSecurityIdentifierFromString/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_LsaAllocSecurityIdentifierFromString/Makefile.in 2010-04-10 23:25:33.068288695 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_LsaAllocSecurityIdentifierFromString/Makefile.in 2010-04-10 23:29:07.536292979 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_LsaGetNamesBySidList/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_LsaGetNamesBySidList/Makefile.in 2010-04-10 23:25:33.780265282 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_LsaGetNamesBySidList/Makefile.in 2010-04-10 23:29:08.416294566 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_LsaGetSecurityIdentifierHashedRid/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_LsaGetSecurityIdentifierHashedRid/Makefile.in 2010-04-10 23:25:34.464265980 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_LsaGetSecurityIdentifierHashedRid/Makefile.in 2010-04-10 23:29:09.172265009 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_authenticate/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_authenticate/Makefile.in 2010-04-10 23:25:35.204288304 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_authenticate/Makefile.in 2010-04-10 23:29:09.924293570 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_bitvector/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_bitvector/Makefile.in 2010-04-10 23:25:35.916288094 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_bitvector/Makefile.in 2010-04-10 23:29:10.652288169 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_changepasswd/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_changepasswd/Makefile.in 2010-04-10 23:25:36.584288073 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_changepasswd/Makefile.in 2010-04-10 23:29:11.452287890 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_checkuserinlist/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_checkuserinlist/Makefile.in 2010-04-10 23:25:37.256268864 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_checkuserinlist/Makefile.in 2010-04-10 23:29:12.256251663 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_getgrgid/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_getgrgid/Makefile.in 2010-04-10 23:25:39.052287780 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_getgrgid/Makefile.in 2010-04-10 23:29:13.076251977 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_getgrnam/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_getgrnam/Makefile.in 2010-04-10 23:25:39.772288430 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_getgrnam/Makefile.in 2010-04-10 23:29:13.840292724 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_getpwent/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_getpwent/Makefile.in 2010-04-10 23:25:40.460258067 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_getpwent/Makefile.in 2010-04-10 23:29:14.568265835 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_getpwnam/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_getpwnam/Makefile.in 2010-04-10 23:25:41.152290003 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_getpwnam/Makefile.in 2010-04-10 23:29:15.396255154 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_getpwuid/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_getpwuid/Makefile.in 2010-04-10 23:25:41.884250499 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_getpwuid/Makefile.in 2010-04-10 23:29:16.180294742 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_headers/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_headers/Makefile.in 2010-04-10 23:25:42.560265749 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_headers/Makefile.in 2010-04-10 23:29:17.076287596 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_memcache/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_memcache/Makefile.in 2010-04-10 23:25:44.052289527 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_memcache/Makefile.in 2010-04-10 23:29:17.976256946 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_openldap/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_openldap/Makefile.in 2010-04-10 23:25:44.784288768 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_openldap/Makefile.in 2010-04-10 23:29:18.832289134 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_perf/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_perf/Makefile.in 2010-04-10 23:25:46.004272182 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_perf/Makefile.in 2010-04-10 23:29:19.596263251 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -449,7 +449,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -474,7 +474,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/tests/test_perf/lsassonly/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_perf/lsassonly/Makefile.in 2010-04-10 23:25:46.496259152 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_perf/lsassonly/Makefile.in 2010-04-10 23:29:20.388258872 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_session/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_session/Makefile.in 2010-04-10 23:25:48.140288971 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_session/Makefile.in 2010-04-10 23:29:21.164293395 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tests/test_validate/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tests/test_validate/Makefile.in 2010-04-10 23:25:52.000287318 +0000 +++ likewise-open-5.4.0.42111/lsass/tests/test_validate/Makefile.in 2010-04-10 23:29:22.128256919 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: likewise-open-5.4.0.42111/lsass/tools/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tools/Makefile.in 2010-04-10 23:25:53.224258022 +0000 +++ likewise-open-5.4.0.42111/lsass/tools/Makefile.in 2010-04-10 23:29:22.752264366 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -347,7 +347,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -372,7 +372,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ Index: likewise-open-5.4.0.42111/lsass/tools/lw-lsa/Makefile.in =================================================================== --- likewise-open-5.4.0.42111.orig/lsass/tools/lw-lsa/Makefile.in 2010-04-10 23:25:53.924257683 +0000 +++ likewise-open-5.4.0.42111/lsass/tools/lw-lsa/Makefile.in 2010-04-10 23:29:23.584263813 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,