mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -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>
4 lines
290 B
Text
4 lines
290 B
Text
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])])
|