8560674afd
Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
dnl ####################################################################
|
|
dnl NTP Version Suffix (Crypto)
|
|
dnl
|
|
dnl Output substitutions:
|
|
dnl VER_SUFFIX Version Suffix (scripts/mkver.in)
|
|
dnl
|
|
dnl ####################################################################
|
|
AC_DEFUN([NTP_VER_SUFFIX], [
|
|
|
|
AC_SUBST([VER_SUFFIX])
|
|
VER_SUFFIX=
|
|
])
|
|
dnl ======================================================================
|