]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/sntp/m4/ntp_ver_suffix.m4
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 ======================================================================