-
Notifications
You must be signed in to change notification settings - Fork 16
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 loops forever when unknown option is used #74
Comments
Other have hit this problem before, see for example #53 which mentions that the |
Dear boegel, Thank you very much for your suggestion. I have just uploaded the revised version, Ver.3.0.6b, which includes the modified 'configure' in addition to a few minor updates in the codes. Osamu, |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
configure
script that comes withspaln
(in thesrc
directory) loops forever when an unknown option is used, for example:This command will never complete, since the script is stuck in the infinite while loop here:
This is quite annoying, especially since there's no feedback whatsoever that an unknown option is used, and so you may be waiting minutes or even hours for the
configure
to finish whatever it's doing, before starting to try and figure out what's going on.Most people think they know how to use a script named
configure
, since 99% of the time it's an Autotools configure script, which accepts--prefix
as an option.The text was updated successfully, but these errors were encountered: