Skip to content

configure.ac syntax updates#109

Open
jengelh wants to merge 4 commits intointel:mainfrom
jengelh:master
Open

configure.ac syntax updates#109
jengelh wants to merge 4 commits intointel:mainfrom
jengelh:master

Conversation

@jengelh
Copy link

@jengelh jengelh commented Jan 16, 2026

No description provided.

The manual says: "This macro should be used instead of plain ‘if’ in
code outside of an ‘AC_DEFUN’ macro, when the contents of the ‘if’
use ‘AC_REQUIRE’ directly or indirectly". Since one cannot know
whether something is going to be AC_REQUIRED indirectly, it is safer
to just always use AS_IF.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
The use of `-a` is non-portable, and it has been actively removed
from POSIX.1-2024
<https://pubs.opengroup.org/onlinepubs/9799919799/utilities/test.html>.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
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

Comments