acinclude.m4 (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50.

* acinclude.m4 (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* configure: Rebuilt.

From-SVN: r43104
This commit is contained in:
Alexandre Oliva 2001-06-09 20:31:23 +00:00 committed by Alexandre Oliva
parent 01ef8751ce
commit 4e0abb1d51
5 changed files with 870 additions and 839 deletions

View File

@ -1,3 +1,9 @@
2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
* acinclude.m4 (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* configure: Rebuilt.
2001-06-08 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.

View File

@ -67,6 +67,10 @@ AM_MAINTAINER_MODE
# automake happy, but we dont execute it, since we dont care about
# the result.
if false; then
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
# to nothing, so nothing would remain between `then' and `fi' if it
# were not for the `:' below.
:
AC_EXEEXT
fi

View File

@ -1,3 +1,9 @@
2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
* acinclude.m4 (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* configure: Rebuilt.
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cwchar.h: Remove size_t injection,

View File

@ -129,6 +129,10 @@ LIB_AC_PROG_CXX
# automake happy, but we dont execute it, since we dont care about
# the result.
if false; then
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
# to nothing, so nothing would remain between `then' and `fi' if it
# were not for the `:' below.
:
AC_EXEEXT
fi

1689
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff