From 1073b262bb4106760fd35c19df922453e20b954d Mon Sep 17 00:00:00 2001 From: Harlan Stenn Date: Wed, 24 Jun 2015 10:25:48 -0400 Subject: [PATCH] automake-1.15 cleanup for sntp/tests/fileHandlingTest.h.in . Harlan Stenn. bk: 558abdecpD5CSlb6RFsCjPmdPEOQmw --- ChangeLog | 1 + sntp/tests/fileHandlingTest.h.in | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 719051f22..7d7de6e36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ * 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 diff --git a/sntp/tests/fileHandlingTest.h.in b/sntp/tests/fileHandlingTest.h.in index 911142628..8ff9d34ec 100644 --- a/sntp/tests/fileHandlingTest.h.in +++ b/sntp/tests/fileHandlingTest.h.in @@ -35,9 +35,9 @@ const char * CreatePath(const char* filename, enum DirectoryType argument) { 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); -- 2.47.3