From b9e2be5c2163a161c6d1844af4709508a2607e9a Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sat, 19 Feb 2022 03:13:00 +0000 Subject: [PATCH] Fixed two typos in configure.ac --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a21f85c..cd63b59 100644 --- a/configure.ac +++ b/configure.ac @@ -318,7 +318,7 @@ AC_CONFIG_FILES(Makefile src/Makefile test/Makefile doc/Makefile) dnl ---------------------------------------------- dnl short commit hash dnl ---------------------------------------------- -AC_CHECK_PROG([GITCMD], [git —version], [yes], [no]) +AC_CHECK_PROG([GITCMD], [git --version], [yes], [no]) AS_IF([test -d .git], [DOTGITDIR=yes], [DOTGITDIR=no]) AC_MSG_CHECKING([github short commit hash]) @@ -347,6 +347,6 @@ dnl ---------------------------------------------- # tab-width: 4 # c-basic-offset: 4 # End: -# vim600: expandtab sw=4 ts= fdm=marker +# vim600: expandtab sw=4 ts=4 fdm=marker # vim<600: expandtab sw=4 ts=4 #