1AC_ARG_WITH([version],
2[AS_HELP_STRING([--with-version@<:@=STR@:>@], [use custom version string (dev only)])],
3VERSION="$withval", )
4