-
Notifications
You must be signed in to change notification settings - Fork 41
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
No configure script (only configure.AC, which doesn't work cleanly) #67
Comments
Drew - you have to first create the configure script by running autogen.sh. This is documented in the INSTALL file. However, I notice that the hercinst.html file lacks this important detail, and I will rectify that omission straightaway. I don't know enough about autoconf to know why it was done that way. The autoconf enablement for Hercules was done in 2001 by Matt Zimmerman, lately CTO of Ubuntu (yes, we were honoured to have him working on the project for a while). He might have the answer, but I guess he has more important things on his plate now. |
One further comment: if you unzip the source from the hercules-3.xx.tar.gz file then you should find that there is already a pregenerated configure script included. You only need to run autogen.sh if you cloned the source from the github repository. This is probably why it doesn't mention it in hercinst.html. But we cannot expect people to guess that, so I will add it to hercinst.html. |
Fixed by bc91626 |
There is little reason to make everyone building Hercules from GitHub have to run This especially true since the usually references on the mailing lists for to the source are GitHub and not a pre-built tar.gz file. (The latter being ~ two years old) |
The project has a
configure.AC
andconfig.sh
script, but noconfigure
script, and no instructions on how to successfully useautoconf
to create one.Environments
Steps to Reproduce
autoconf
via MacPorts (macOS) orapt-get
(Ubuntu)xcode
(MacOS).autoconf
Expected Result
Working
configure
script is created which can configure a build of Hercules.Actual Result
Numerous undefined variable messages, and broken
configure
script is created.The text was updated successfully, but these errors were encountered: