mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
- AC_CHECK_TYPE long list of arguments split into a newline - Long lists in AC_CHECK_DECLS can be split across multiple lines, even without m4_normalize, but the end quote needs to be done properly after the last item without space or newline. Here the m4_normalize ensures all trailing blanks are trimmed and having the possibility to put the ending quotes on newlines also