- regenerated for 2.2.6 release

This commit is contained in:
Volker Ruppert 2006-01-29 08:50:03 +00:00
parent 5ddfdbc068
commit 1fca3684bf

15
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.309 2006/01/27 19:50:00 sshwarts Exp .
# From configure.in Id: configure.in,v 1.311 2006/01/29 08:48:50 vruppert Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@ -1572,9 +1572,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.2.5.cvs"
VER_STRING="2.2.5.cvs"
REL_STRING="Build from CVS snapshot, after 2.2.5"
VERSION="2.2.6"
VER_STRING="2.2.6"
REL_STRING="Build from CVS snapshot on January 29, 2006"
@ -39401,10 +39401,9 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
# 1. Remove the extension, and $U if already installed.
ac_i=`echo "$ac_i" |
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
# will be set to the directory where LIBOBJS objects are built.
ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
# 2. Add them.
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs