Fix some typos in configure.ac and .gitignore

This commit is contained in:
Gergely Polonkai 2014-11-13 16:37:03 +01:00
parent f9db50919f
commit e08e6c6821
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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