*** ./configure.ORIG Tue Dec 7 11:56:23 2010 --- ./configure Tue Dec 7 11:58:30 2010 *************** *** 2275,2281 **** else test ".$ax_enable_builddir" = "." && ax_enable_builddir="." test ".$ax_enable_builddir" = ".no" && ax_enable_builddir="." ! test ".$BUILD" = "." && BUILD=`uname -msr | tr " /" "__"`.d test ".$ax_enable_builddir" = ".yes" && ax_enable_builddir="$BUILD" if test ".$ax_enable_builddir" != ".." ; then # we know where to go and { as_dir=$ax_enable_builddir --- 2275,2281 ---- else test ".$ax_enable_builddir" = "." && ax_enable_builddir="." test ".$ax_enable_builddir" = ".no" && ax_enable_builddir="." ! test ".$BUILD" = "." && BUILD=`uname -s | tr " /" "__"`.d test ".$ax_enable_builddir" = ".yes" && ax_enable_builddir="$BUILD" if test ".$ax_enable_builddir" != ".." ; then # we know where to go and { as_dir=$ax_enable_builddir *************** *** 9180,9186 **** # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ! export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' --- 9180,9186 ---- # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ! export_dynamic_flag_spec='' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' *************** *** 16257,16263 **** { $as_echo "$as_me:$LINENO: checking link options" >&5 $as_echo_n "checking link options... " >&6; } ZZIPLIB_LDFLAGS="" ! test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic" RESOLVES=" # " case "$host_os" in mingw*) ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole" --- 16257,16263 ---- { $as_echo "$as_me:$LINENO: checking link options" >&5 $as_echo_n "checking link options... " >&6; } ZZIPLIB_LDFLAGS="" ! test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="" RESOLVES=" # " case "$host_os" in mingw*) ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole" *************** *** 19393,19399 **** _EOF test ".$USE_MAINTAINER_MODE" = ".no" || \ cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefile.sed~" ## DEBUGGING ! echo 'BUILD=`uname -msr | tr " /" "__"`.d' >$ac_top_srcdir/Makefile echo 'ISNOTSRCDIR=test ! -f configure' >>$ac_top_srcdir/Makefile $ax_enable_builddir_sed -f $tmp/conftemp.sed Makefile >>$ac_top_srcdir/Makefile echo 'done: ;@ if grep "$(RULE)-done .*:" Makefile > /dev/null; then echo $(MAKE) $(RULE)-done ; $(MAKE) $(RULE)-done ; else true ; fi' >> $ac_top_srcdir/Makefile --- 19393,19399 ---- _EOF test ".$USE_MAINTAINER_MODE" = ".no" || \ cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefile.sed~" ## DEBUGGING ! echo 'BUILD=`uname -s | tr " /" "__"`.d' >$ac_top_srcdir/Makefile echo 'ISNOTSRCDIR=test ! -f configure' >>$ac_top_srcdir/Makefile $ax_enable_builddir_sed -f $tmp/conftemp.sed Makefile >>$ac_top_srcdir/Makefile echo 'done: ;@ if grep "$(RULE)-done .*:" Makefile > /dev/null; then echo $(MAKE) $(RULE)-done ; $(MAKE) $(RULE)-done ; else true ; fi' >> $ac_top_srcdir/Makefile