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

git 1.7.9.4 doesn't include custom autoconf macros so configure can't be rebuilt #8

Open
GoogleCodeExporter opened this issue Mar 31, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. attempt to rebuild configure via autoconf
2. run configure
3.

What is the expected output? What do you see instead?

I expect that configure runs without errors, but instead it outputs an error 
because it has no idea what TYPE_SOCKLEN_T represents, because there was no 
macro for it.


What version of the product are you using? On what operating system?

git 1.7.9.4 on x86_64-sun-solaris2.10

Please provide any additional information below.

git 1.7.9.4 uses TYPE_SOCKLEN_T in configure.ac, but it doesn't include the 
source for it anywhere, so if you need to rebuild the configure script from 
sources (such as if you fixed some other configure issue) you get an error:

configure: CHECKS for typedefs, structures, and compiler characteristics
./configure: line 5258: TYPE_SOCKLEN_T: command not found


Original issue reported on code.google.com by Timothy....@gmail.com on 22 Mar 2012 at 11:03

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