From 7ad7857ce23afb22a7f88c28a29c19b8f2f69ea9 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 5 Oct 2011 04:55:25 -0400 Subject: [PATCH] Fixed "src/configure". (Turns out that editing configure by hand is not a good idea...) Also a random racket comment. --- src/configure | 2 +- src/racket/make-configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure b/src/configure index 18e9b96de4..f563cf1b3c 100755 --- a/src/configure +++ b/src/configure @@ -9600,7 +9600,7 @@ LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 46; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 45; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 diff --git a/src/racket/make-configure b/src/racket/make-configure index eed6ffd568..0ef4387560 100755 --- a/src/racket/make-configure +++ b/src/racket/make-configure @@ -14,7 +14,7 @@ exit 0 |# ;; When autoconf produces `configure', it includes many -;; options that do not apply to PLT software. We want to +;; options that do not apply to Racket. We want to ;; get rid of them, so that `configure --help' produces ;; valid information. ;; In addition, we want none of the feature-selection flags