Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure script still too strict about tty #1810

Closed
p5pRT opened this issue Apr 10, 2000 · 3 comments
Closed

Configure script still too strict about tty #1810

p5pRT opened this issue Apr 10, 2000 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Apr 10, 2000

Migrated from rt.perl.org#3072 (status was 'resolved')

Searchable as RT3072$

@p5pRT
Copy link
Author

p5pRT commented Apr 10, 2000

From ghudson@mit.edu

perl 5.6.0 has, in Configure​:

  : Sanity checks
  case "$fastread$alldone" in
  yescont|yesexit) ;;
  *)
  if test ! -t 0; then
  echo "Say 'sh Configure', not 'sh <Configure'"
  exit 1
  fi
  ;;
  esac

where the check for $fastread being yes and $alldone being cont and
exit to disable the check is relatively new.

This check is still to strict; it should also be disabled in the case
of "./Configure -S".

@p5pRT
Copy link
Author

p5pRT commented Jul 6, 2003

From acme@astray.com

This is fixed in bleadperl. -S sets extractsh to be true and there is an extra check for
this in the code you pasted.

@p5pRT
Copy link
Author

p5pRT commented Jul 6, 2003

acme@astray.com - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant