mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
b0121dc312
I have been setting up a cross-project librarized autoconf setup; use it for NASM as well. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
dnl --------------------------------------------------------------------------
|
|
dnl PA_ARG_DISABLED(option,helptext,disabled_action,enabled_action)
|
|
dnl --------------------------------------------------------------------------
|
|
AC_DEFUN([PA_ARG_DISABLED],[PA_ARG_BOOL([$1],[$2],yes,[$4],[$3])])
|