]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - contrib/ntp/sntp/m4/ntp_ver_suffix.m4
Upgrade NTP to 4.2.8p4.
[FreeBSD/releng/10.1.git] / contrib / ntp / sntp / m4 / ntp_ver_suffix.m4
1 dnl ####################################################################
2 dnl NTP Version Suffix (Crypto)
3 dnl
4 dnl Output substitutions:
5 dnl     VER_SUFFIX      Version Suffix (scripts/mkver.in)
6 dnl
7 dnl ####################################################################
8 AC_DEFUN([NTP_VER_SUFFIX], [
9
10 AC_SUBST([VER_SUFFIX])
11 VER_SUFFIX=
12 ])
13 dnl ======================================================================