mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
8 lines
295 B
Text
8 lines
295 B
Text
dnl ######################################################################
|
|
dnl Version of package
|
|
AC_DEFUN(AC_NAME_VERSION,
|
|
[AC_MSG_CHECKING(version of package)
|
|
AC_DEFINE_UNQUOTED(VERSION, "$1")
|
|
AC_MSG_RESULT(\"$1\")
|
|
])
|
|
dnl ======================================================================
|