mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
8 lines
307 B
Text
8 lines
307 B
Text
dnl ######################################################################
|
|
dnl Version of package
|
|
AC_DEFUN(AMU_PACKAGE_VERSION,
|
|
[AC_MSG_CHECKING(version of package)
|
|
AC_DEFINE_UNQUOTED(PACKAGE_VERSION, "$1")
|
|
AC_MSG_RESULT(\"$1\")
|
|
])
|
|
dnl ======================================================================
|