Commit 38a9323a by Benjamin Kosnik Committed by Benjamin Kosnik

configure.in: Revert.


2003-01-09  Benjamin Kosnik  <bkoz@redhat.com>

	* configure.in: Revert.
	* configure: Regenerate.

From-SVN: r61140
parent d12689d2
2003-01-09 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Revert.
* configure: Regenerate.
2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
* include/Makefile.am (install-data-local): Prepend * include/Makefile.am (install-data-local): Prepend
......
...@@ -23929,9 +23929,9 @@ ac_given_srcdir=$srcdir ...@@ -23929,9 +23929,9 @@ ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL" ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile \ trap 'rm -fr `echo "Makefile \
include/Makefile src/Makefile \ include/Makefile src/Makefile \
libmath/Makefile libio/Makefile libsupc++/Makefile \ libmath/Makefile libio/Makefile libsupc++/Makefile \
po/Makefile testsuite/Makefile mkcheck testsuite_flags config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 po/Makefile testsuite/Makefile mkcheck testsuite_flags config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
...@@ -24127,9 +24127,9 @@ EOF ...@@ -24127,9 +24127,9 @@ EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile \ CONFIG_FILES=\${CONFIG_FILES-"Makefile \
include/Makefile src/Makefile \ include/Makefile src/Makefile \
libmath/Makefile libio/Makefile libsupc++/Makefile \ libmath/Makefile libio/Makefile libsupc++/Makefile \
po/Makefile testsuite/Makefile mkcheck testsuite_flags"} po/Makefile testsuite/Makefile mkcheck testsuite_flags"}
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
...@@ -24313,8 +24313,7 @@ CXX="${CXX}" ...@@ -24313,8 +24313,7 @@ CXX="${CXX}"
EOF EOF
cat >> $CONFIG_STATUS <<\EOF cat >> $CONFIG_STATUS <<\EOF
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if ! test -f stamp-h; then test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then if test -n "$CONFIG_FILES"; then
if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
LD="${ORIGINAL_LD_FOR_MULTILIBS}" LD="${ORIGINAL_LD_FOR_MULTILIBS}"
...@@ -24323,10 +24322,8 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ...@@ -24323,10 +24322,8 @@ test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
fi fi
fi fi
fi chmod +x mkcheck
chmod +x mkcheck chmod +x testsuite_flags
chmod +x testsuite_flags
exit 0 exit 0
EOF EOF
chmod +x $CONFIG_STATUS chmod +x $CONFIG_STATUS
......
...@@ -471,11 +471,10 @@ AC_SUBST(LIBSUPCXX_PICFLAGS) ...@@ -471,11 +471,10 @@ AC_SUBST(LIBSUPCXX_PICFLAGS)
# down from config-ml.in -> top_srcdir/Makefile.am -> # down from config-ml.in -> top_srcdir/Makefile.am ->
# top_srcdir/{src,libsupc++}/Makefile.am, manually append it here. # top_srcdir/{src,libsupc++}/Makefile.am, manually append it here.
AC_OUTPUT(Makefile \ AC_OUTPUT(Makefile \
include/Makefile src/Makefile \ include/Makefile src/Makefile \
libmath/Makefile libio/Makefile libsupc++/Makefile \ libmath/Makefile libio/Makefile libsupc++/Makefile \
po/Makefile testsuite/Makefile mkcheck testsuite_flags, po/Makefile testsuite/Makefile mkcheck testsuite_flags,
[ if ! test -f stamp-h; then [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then if test -n "$CONFIG_FILES"; then
if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
LD="${ORIGINAL_LD_FOR_MULTILIBS}" LD="${ORIGINAL_LD_FOR_MULTILIBS}"
...@@ -484,10 +483,8 @@ AC_OUTPUT(Makefile \ ...@@ -484,10 +483,8 @@ AC_OUTPUT(Makefile \
grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
fi fi
fi fi
fi chmod +x mkcheck
chmod +x mkcheck chmod +x testsuite_flags],
chmod +x testsuite_flags
],
srcdir=${srcdir} srcdir=${srcdir}
host=${host} host=${host}
target=${target} target=${target}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment