1/* -*- Mode: Text -*- */ 2 3copyright = { 4 date = "1992-2017"; 5 owner = "The University of Delaware and Network Time Foundation"; 6 eaddr = "http://bugs.ntp.org, bugs@ntp.org"; 7 type = ntp; 8}; 9 10long-opts; 11config-header = config.h; 12environrc; 13no-misuse-usage; 14version-proc = ntpOptionPrintVersion; 15 16version = ` 17eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../sntp/m4/version.m4\` 18[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid 19echo $VERSION`; 20 21version-value = ''; /* Don't use -v as a shortcut for --version */ 22 23/* 24 * HMS: man pages already have this, and texi pages can use the 25 * values in sntp/include/version.texi . 26 */ 27// doc-sub = { 28// sub-name = version; 29// sub-text = 's/#VERSION#/<<version>>/g'; 30// }; 31