From e08e6c6821d120e6d6c605c7e2ae8d50d611af8d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 13 Nov 2014 16:37:03 +0100 Subject: [PATCH] Fix some typos in configure.ac and .gitignore --- .gitignore | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a4eb24..5731107 100644 --- a/.gitignore +++ b/.gitignore @@ -57,8 +57,8 @@ Makefile.in /tests/*-test /tests/*-test.log /tests/*-test.trs +/tests/test-suite.log /swe-glib-lcov* -test-suite.log *.gcno *.gcda *.gcov diff --git a/configure.ac b/configure.ac index 753b40c..aaa139e 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ AS_IF([ test "x$use_gcov" = "xyes"], [ AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml) AS_IF([ test "$LTP" ], [ - AC_CACHE_CHECK([for ltp version], sw_glib_cv_ltp_version, [ + AC_CACHE_CHECK([for ltp version], swe_glib_cv_ltp_version, [ swe_glib_cv_ltp_version=invalid ltp_version=`$LTP -v 2>/dev/null | $SED -e 's/^.* //'` for ltp_check_version in $ltp_version_list; do