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