*** ./configure.ORIG Wed Dec 9 19:29:43 2009 --- ./configure Fri Dec 11 10:15:28 2009 *************** *** 2271,2277 **** 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 --- 2271,2277 ---- 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 *************** *** 9126,9132 **** # 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' --- 9126,9132 ---- # 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' *************** *** 16179,16185 **** if test ".$can_build_shared" = .no then ZZIPLIB_LDFLAGS="" ! else ZZIPLIB_LDFLAGS="--export-dynamic" fi RESOLVES=' # ' ;; --- 16179,16185 ---- if test ".$can_build_shared" = .no then ZZIPLIB_LDFLAGS="" ! else ZZIPLIB_LDFLAGS="" fi RESOLVES=' # ' ;; *************** *** 19280,19286 **** _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 --- 19280,19286 ---- _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