-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
autoconf -f fails on a fresh git clone
#217
Comments
|
Please, check if you have the |
|
@lonvia Can't believe it was something that simple. Sorry. Might help if you add another pre-install step?
Thank you for your help! |
|
While we're at this: I have |
|
That normally happens when you forgot to clone recursively. Does |
So it did indeed download it, but the |
|
You have to run autogen.sh again. I've added the missing dependency in the installation instructions. |
|
Thank you for your continuing help!
Thanks for the Wiki update. Might help if you also copy the recursive clone instructions; that might not be obvious to everybody -- that's pretty evident, taking me as an example ;) EDIT: Solved it myself. This might help you in making your install / Wiki docs complete: (Basically invoked |
|
autoconf seems to get confused occasionally, it might be a good idea to simply start from scratch with The recursive clone instructions are already there and so is the command how to recover if you forgot. I could add the latter to the quick instructions in the readme. |
|
Fair enough. I admit I didn't even look at the Wiki. I came to the GitHub repo with the expectation that the instructions here are complete. Hopefully this ticket will help you a little with your docs here on GitHub; I took a few minutes now to check the Wiki and it is indeed very well written. Nice job. Thanks a lot for your help! |
Curreng GIT revision I am testing on:
c391479c5852f165c4be85b6e39d1290ae2d4a58.Running
./autogen.shyields this output:A small further research pinpointed the problem at the
autoconf --forcecommand.Versions:
autoconf, autoreconf: 2.69
automake: 1.14.1
pkg-config: 0.28
Linux: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux (a VirtualBox machine)
Went on a small Google hunt and also tried this:
That seems to have helped a few people, but not in this case.
It's been a long time since I used autoconf/automake extensively. Could you provide help?
The text was updated successfully, but these errors were encountered: