# Define the identity of the package.
PACKAGE=dejagnu
-VERSION=1.4.2
+VERSION=1.4.3
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
fi
TCLSH="${ac_cv_path_tclsh}"
-echo "$as_me:2721: checking for STL versions" >&5
-echo $ECHO_N "checking for STL versions... $ECHO_C" >&6
-if test "${ac_cv_stl+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
- ac_ext=cc
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat >conftest.$ac_ext <<_ACEOF
-#line 2734 "configure"
-#include "confdefs.h"
-#include <iostream>
-int
-main ()
-{
-
- using namespace std;
- char bbuuff[5120];
- cout.rdbuf()->pubsetbuf(bbuuff, 5120);
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2749: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:2752: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2755: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:2758: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_cv_stl=v3
-
-else
- echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_stl=v2
-
-fi
-rm -f conftest.$ac_objext conftest.$ac_ext,
-
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-if test x"${ac_cv_stl}" != x"v2" ; then
- echo "$as_me:2779: result: v3" >&5
-echo "${ECHO_T}v3" >&6
- cat >>confdefs.h <<\EOF
-#define HAVE_STL3 1
-EOF
-
-else
- echo "$as_me:2786: result: v2" >&5
-echo "${ECHO_T}v2" >&6
-fi
-
BOARDS='$(boards)'
CONFIG='$(config)'
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:2906: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:2837: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:3077: error: ambiguous option: $1
+ { { echo "$as_me:3008: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:3096: error: unrecognized option: $1
+ -*) { { echo "$as_me:3027: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;}
"example/Makefile" ) CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;
"testsuite/libdejagnu/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/libdejagnu/Makefile" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
- *) { { echo "$as_me:3147: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:3078: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:3385: creating $ac_file" >&5
+ { echo "$as_me:3316: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:3403: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:3334: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:3416: error: cannot find input file: $f" >&5
+ { { echo "$as_me:3347: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
# parts of a large source tree are present.
test -d $srcdir/$ac_subdir || continue
- { echo "$as_me:3560: configuring in $ac_subdir" >&5
+ { echo "$as_me:3491: configuring in $ac_subdir" >&5
echo "$as_me: configuring in $ac_subdir" >&6;}
case $srcdir in
.) ;;
if test -d ./$ac_subdir; then :;
else
- { { echo "$as_me:3582: error: cannot create \`pwd\`/$ac_subdir" >&5
+ { { echo "$as_me:3513: error: cannot create \`pwd\`/$ac_subdir" >&5
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
{ (exit 1); exit 1; }; }
fi
elif test -f $ac_sub_srcdir/configure.in; then
ac_sub_configure=$ac_configure
else
- { echo "$as_me:3613: WARNING: no configuration information is in $ac_subdir" >&5
+ { echo "$as_me:3544: WARNING: no configuration information is in $ac_subdir" >&5
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
ac_sub_configure=
fi
ac_sub_cache_file=$ac_dots$cache_file ;;
esac
- { echo "$as_me:3627: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
+ { echo "$as_me:3558: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
# The eval makes quoting arguments work.
eval $ac_sub_configure $ac_sub_configure_args \
--cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
- { { echo "$as_me:3632: error: $ac_sub_configure failed for $ac_subdir" >&5
+ { { echo "$as_me:3563: error: $ac_sub_configure failed for $ac_subdir" >&5
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
{ (exit 1); exit 1; }; }
fi