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

In-tree autotools files cleanup #212

Closed
johnkeates opened this issue Aug 14, 2016 · 1 comment
Closed

In-tree autotools files cleanup #212

johnkeates opened this issue Aug 14, 2016 · 1 comment

Comments

@johnkeates
Copy link
Contributor

I'm not sure what we should include in the git tree vs. in the dist tar balls regarding autotools files. In theory, the dist tarball should simply be complete enough to execute ./configure && make to build it, so most stuff would be needed (all the way op to configure and Makefile.in). For the Git repo however, it makes sense to have a developer at least refresh it once when working on the code.

Looking at http://i.stack.imgur.com/SlURG.png it seems to make sense to me to cut off at the configure.ac and Makefile.am line and have people use the bootstrap.sh script as-is to generate their aclocal.m4, config.h.in and Makefile.in on the fly. Since a developer should have all tools anyway to build this stuff, it wouldn't be much of a problem.

Anyone here have any input on this?

@johnkeates
Copy link
Contributor Author

#213 closes this.

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

No branches or pull requests

1 participant