summaryrefslogtreecommitdiffstats
path: root/m4/fr_init_module.m4
blob: d0e2b1a471d227a1107bde18a6887c1154303cff (plain)
1
2
3
4
5
6
7
8
9
dnl Macro to set the module name for use later on.
dnl
AC_DEFUN([FR_INIT_MODULE],
[
AC_DEFUN([modname],$1)

AC_ARG_WITH([$1],
[AS_HELP_STRING([--without-$1],[build without ]ifelse([$2],[],[$1],[$2]))])
])