12b15cb3dSCy Schubert/* -*- Mode: Text -*- */ 22b15cb3dSCy Schubert 32b15cb3dSCy Schubertcopyright = { 4*f5f40dd6SCy Schubert date = "1992-2024"; 52b15cb3dSCy Schubert owner = "The University of Delaware and Network Time Foundation"; 6a466cc55SCy Schubert eaddr = "https://bugs.ntp.org, bugs@ntp.org"; 72b15cb3dSCy Schubert type = ntp; 82b15cb3dSCy Schubert}; 92b15cb3dSCy Schubert 102b15cb3dSCy Schubertlong-opts; 112b15cb3dSCy Schubertconfig-header = config.h; 122b15cb3dSCy Schubertenvironrc; 132b15cb3dSCy Schubertno-misuse-usage; 142b15cb3dSCy Schubertversion-proc = ntpOptionPrintVersion; 152b15cb3dSCy Schubert 162b15cb3dSCy Schubertversion = ` 172b15cb3dSCy Schuberteval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../sntp/m4/version.m4\` 182b15cb3dSCy Schubert[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid 192b15cb3dSCy Schubertecho $VERSION`; 202b15cb3dSCy Schubert 212b15cb3dSCy Schubertversion-value = ''; /* Don't use -v as a shortcut for --version */ 222b15cb3dSCy Schubert 232b15cb3dSCy Schubert/* 242b15cb3dSCy Schubert * HMS: man pages already have this, and texi pages can use the 252b15cb3dSCy Schubert * values in sntp/include/version.texi . 262b15cb3dSCy Schubert */ 272b15cb3dSCy Schubert// doc-sub = { 282b15cb3dSCy Schubert// sub-name = version; 292b15cb3dSCy Schubert// sub-text = 's/#VERSION#/<<version>>/g'; 302b15cb3dSCy Schubert// }; 31