From 2fd9f62bc63c1bd9887c23f318722627f1aeea63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20de=20la=20Pe=C3=B1a?= Date: Mon, 17 Oct 2016 15:58:18 -0600 Subject: [PATCH 1/2] Add C++ to time_stamp test (fixes #177) --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index b5281ede7..56b2b80fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,6 +199,7 @@ time_stamp_CPPFLAGS = \ -I$(srcdir)/src \ -I$(srcdir)/src/generated time_stamp_CXXFLAGS = \ + -std=c++11 \ $(EXPAT_CXXFLAGS) \ $(ICU_CXXFLAGS) time_stamp_LDADD = \ From ab2d5eeb86c6764c7b25db657daee13dda75edfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20de=20la=20Pe=C3=B1a?= Date: Mon, 17 Oct 2016 15:59:14 -0600 Subject: [PATCH 2/2] Non-recursive Automake creates test data on root --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index adc49382e..eb75b72bc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /liblcf-*/ /tests/*.log /tests/*.trs +/time_stamp* .deps/ .libs/ .dirstamp