]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
automake-1.15 cleanup for sntp/tests/fileHandlingTest.h.in . Harlan Stenn.
authorHarlan Stenn <stenn@ntp.org>
Wed, 24 Jun 2015 14:25:48 +0000 (10:25 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 24 Jun 2015 14:25:48 +0000 (10:25 -0400)
bk: 558abdecpD5CSlb6RFsCjPmdPEOQmw

ChangeLog
sntp/tests/fileHandlingTest.h.in

index 719051f2250cb30bb421e7e5d53f9850f3b70a03..7d7de6e360c74a534891f991163ec1cf103e6a0e 100644 (file)
--- 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 <stenn@ntp.org>
 
index 911142628deba1d53a687cebcaab0fb340fcbf2f..8ff9d34ec3b70626595e1500ecf0001868b99520 100644 (file)
@@ -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);