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

BS cleanup before configure.ac script merge #961

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Conversation

ndim
Copy link
Member

@ndim ndim commented Feb 4, 2024

This PR is mostly to have CI builds.

Consistent spacing between Autoconf macro arguments (a space after
the comma) improves readability.
Put one header file per line in the the argument to
AC_CHECK_HEADERS().

This improves readability, makes diffs easier to read,
allows for easier sorting, etc.
Put one function name per line in the the argument to
AC_CHECK_FUNCS().

This improves readability, makes diffs easier to read,
allows for easier sorting, etc.
Using one variable throughout the whole buildsystem to
point to the built libgphoto2.la and libgphoto2_port.la
library files makes the Makefile.am lines shorter right
now, and also makes it easier to move the library file
locations later.
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.

None yet

1 participant