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

Suggest autoreconf when configure file missing #2195

Closed
hvr opened this issue Nov 1, 2014 · 0 comments
Closed

Suggest autoreconf when configure file missing #2195

hvr opened this issue Nov 1, 2014 · 0 comments

Comments

@hvr
Copy link
Member

hvr commented Nov 1, 2014

Currently, cabal configure tells you that

$ cabal configure
Resolving dependencies...
Configuring process-1.2.0.1...
Warning: The 'build-type' is 'Configure' but there is no 'configure' script.
cabal: configure script not found.

While correct, users not acquainted with GNU autoconf may not know how to create such a configure file. In most cases autoreconf -i is what they should use, so I'd suggest to augment that warning to add a suggestion to try using autoreconf -i (especially if a configure.ac happens to exist)

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

No branches or pull requests

1 participant