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

Make config.h more Autoconf friendly (GH #835) #836

Merged
merged 23 commits into from
May 17, 2019

Conversation

noloader
Copy link
Collaborator

@noloader noloader commented May 17, 2019

This commit splits the monolithic config.h into additional header files. The first two, config_asm.h and config_cxx.h, allow Autoconf to rewrite them based on feature tests. The remainder of config files group functionality and make it easier to manage settings in an isolated manner.

The additional config files are:

  • config_align.h
  • config_asm.h
  • config_cpu.h
  • config_cxx.h
  • config_dll.h
  • config_int.h
  • config_misc.h
  • config_ns.h
  • config_os.h
  • config_ver.h

@noloader noloader merged commit c51f0ec into weidai11:master May 17, 2019
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

Successfully merging this pull request may close these issues.

1 participant