mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
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
290 B
Plaintext
5 lines
290 B
Plaintext
dnl --------------------------------------------------------------------------
|
|
dnl PA_ARG_ENABLED(option,helptext,enabled_action,disabled_action)
|
|
dnl --------------------------------------------------------------------------
|
|
AC_DEFUN([PA_ARG_ENABLED],[PA_ARG_BOOL([$1],[$2],no,[$3],[$4])])
|