mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
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 ======================================================================
|