1/* -*- Mode: Text -*- */
2
3copyright = {
4    date  = "1970-2009";
5    owner = "David L. Mills and/or others";
6    eaddr = "http://bugs.ntp.org, bugs@ntp.org";
7    type  = note;
8    text  = "see html/copyright.html";
9};
10
11long-opts;
12config-header  = config.h;
13environrc;
14
15version         = `
16eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
17[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
18echo $VERSION`;
19
20version-value = '';	/* Don't use -v as a shortcut for --version */
21