[v3] ... scripts fallout

Benjamin Kosnik bkoz@redhat.com
Wed Jun 18 03:38:00 GMT 2003


Ugh. Missed this in a last minute name change. As this is not in the
default make check path things won't blow up without it. However, this
fixes it.

tested x86/linux

2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>

	* configure.in: Missed check_survey bit.
	* configure: Regenerated.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.in,v
retrieving revision 1.131
diff -c -p -r1.131 configure.in
*** configure.in	18 Jun 2003 01:52:07 -0000	1.131
--- configure.in	18 Jun 2003 02:03:27 -0000
*************** AC_SUBST(LIBSUPCXX_PICFLAGS)
*** 485,491 ****
  AC_OUTPUT(Makefile \
  include/Makefile src/Makefile \
  libmath/Makefile libsupc++/Makefile \
! po/Makefile testsuite/Makefile scripts/check scripts/testsuite_flags,
  [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
   if test -n "$CONFIG_FILES"; then
     if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
--- 485,491 ----
  AC_OUTPUT(Makefile \
  include/Makefile src/Makefile \
  libmath/Makefile libsupc++/Makefile \
! po/Makefile testsuite/Makefile scripts/check_survey scripts/testsuite_flags,
  [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
   if test -n "$CONFIG_FILES"; then
     if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
*************** po/Makefile testsuite/Makefile scripts/c
*** 508,514 ****
       esac
     fi
   fi
!  chmod +x scripts/check
   chmod +x scripts/testsuite_flags],
  srcdir=${srcdir}
  host=${host}
--- 508,514 ----
       esac
     fi
   fi
!  chmod +x scripts/check_survey
   chmod +x scripts/testsuite_flags],
  srcdir=${srcdir}
  host=${host}
*************** dnl  In autoconf 2.5x, AC_OUTPUT is repl
*** 527,533 ****
  dnl  AC_CONFIG_FILES(Makefile \
  dnl      include/Makefile src/Makefile \
  dnl      libmath/Makefile libsupc++/Makefile \
! dnl     po/Makefile testsuite/Makefile scripts/mkcheck scripts/testsuite_flags)
  dnl  AC_CONFIG_COMMANDS([default],
  dnl  [if test -n "$CONFIG_FILES"; then
  dnl    # Ony modify Makefiles that are just being created.
--- 527,534 ----
  dnl  AC_CONFIG_FILES(Makefile \
  dnl      include/Makefile src/Makefile \
  dnl      libmath/Makefile libsupc++/Makefile \
! dnl      po/Makefile testsuite/Makefile \
! dnl      scripts/check_survey scripts/testsuite_flags)
  dnl  AC_CONFIG_COMMANDS([default],
  dnl  [if test -n "$CONFIG_FILES"; then
  dnl    # Ony modify Makefiles that are just being created.
*************** dnl        grep '^MULTISUBDIR =' Makefil
*** 547,553 ****
  dnl        ;;
  dnl    esac
  dnl  fi
! dnl  chmod +x scripts/mkcheck
  dnl  chmod +x scripts/testsuite_flags
  dnl  ],
  dnl  srcdir=${srcdir}
--- 548,554 ----
  dnl        ;;
  dnl    esac
  dnl  fi
! dnl  chmod +x scripts/check_survey
  dnl  chmod +x scripts/testsuite_flags
  dnl  ],
  dnl  srcdir=${srcdir}



More information about the Gcc-patches mailing list