bk: 558abdecpD5CSlb6RFsCjPmdPEOQmw
* Initial support for PACKAGE_VERSION tests.
* sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS.
* tests/bug-2803/Makefile.am must distribute bug-2803.h.
+* automake-1.15 cleanup for sntp/tests/fileHandlingTest.h.in . Harlan Stenn.
---
(4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn <stenn@ntp.org>
if (getcwd(cwd, sizeof(cwd)) != NULL)
printf("Current working dir: %s\n", cwd);
- printf("builddir is <@builddir@>\n");
- printf("srcdir is <@srcdir@>\n");
- strcpy(path,"@srcdir@/data/");
+ printf("builddir is <@builddir@>\n");
+ printf("abs_srcdir is <@abs_srcdir@>\n");
+ strcpy(path,"@abs_srcdir@/data/");
//strcpy(path,"");
strcat(path,filename);