diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 13:41:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 13:41:39 +0100 |
commit | b7950517a055b6aee4d0806e32dbd466a6ae59d0 (patch) | |
tree | d10281b8d1c2221e25d1e0c159884df0ffda520a /m4 | |
parent | dabd7c8c65ef0132dbf75360ae83e9505cbe614d (diff) | |
download | ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.gz ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.bz2 ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.zip |
README.md: Add some manual line breaks.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gcov.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # * lcov # * genhtml # * gcovr -# +# # Sets ac_cv_check_gcov to yes if tooling is present # and reports the executables to the variables LCOV, GCOVR and GENHTML. AC_DEFUN([AC_TDD_GCOV], @@ -71,7 +71,7 @@ AC_DEFUN([AC_TDD_GCOV], # Add the special gcc flags COVERAGE_CFLAGS="-O0 -fprofile-arcs -ftest-coverage" - COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" + COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" COVERAGE_LDFLAGS="-lgcov" # Check availability of gcovr |