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

Sanitize Autotools #159

Closed
wants to merge 1 commit into from
Closed

Sanitize Autotools #159

wants to merge 1 commit into from

Conversation

SoapGentoo
Copy link

@SoapGentoo SoapGentoo commented Jan 22, 2017

Hi @ukai
I've cleaned up the build system a bit to match modern Autotools standards.

  • Remove all Autotools-generated cruft from the repo and add it to .gitignore.
  • Generate .bz2 tarballs instead of .gz tarballs.
  • Make "Google Tests", "Google Flags" and "Google Test" have a corresponding --disable flag, which is less automagic than currently.
  • Do not override $(docdir) in Makefile.am, as this is a user flag in the GNU conventions.
  • Make tests only compile when invoked with make check.

* Remove all Autotools-generated cruft from the repo and
  add it to `.gitignore`.
* Generate `.bz2` tarballs instead of `.gz` tarballs.
* Make "Google Tests", "Google Flags" and "Google Test" have
  a corresponding `--disable` flag, which is less automagic than
  currently.
* Do not override `$(docdir)` in `Makefile.am`, as this is a user
  flag in the GNU conventions.
* Make tests only compile when invoked with `make check`.
@SoapGentoo
Copy link
Author

@sergiud any chance of getting this merged?

@sergiud
Copy link
Collaborator

sergiud commented Oct 2, 2020

Obsoleted by #585.

@sergiud sergiud closed this Oct 2, 2020
@SoapGentoo SoapGentoo deleted the autotools-fixes branch October 3, 2020 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants