Imported Upstream version 2.4.3
This commit is contained in:
commit
26fb71b504
446 changed files with 148951 additions and 0 deletions
9
m4/nut_arg_with.m4
Normal file
9
m4/nut_arg_with.m4
Normal file
|
@ -0,0 +1,9 @@
|
|||
dnl simplified declaration of some feature options
|
||||
|
||||
AC_DEFUN([NUT_ARG_WITH],
|
||||
[ AC_ARG_WITH($1,
|
||||
AC_HELP_STRING([--with-$1], [$2 ($3)]),
|
||||
[nut_with_$1="${withval}"],
|
||||
[nut_with_$1="$3"]
|
||||
)
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue