Skip to content

Commit

Permalink
Merge pull request universal-ctags#3976 from glibg10b/patch-1
Browse files Browse the repository at this point in the history
configure.ac: fix result message grammar
  • Loading branch information
masatake authored Apr 3, 2024
2 parents 43eda71 + 3de1585 commit 1223439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,9 @@ AC_CONFIG_FILES([Makefile gnulib/Makefile man/GNUmakefile])
AC_OUTPUT

AC_MSG_RESULT([
##########################################################################
Now you can run make or gmake, when you run as make, besure it is GNU make.
##########################################################################
##############################################################################
Now you can run make or gmake. When you run as make, make sure it is GNU make.
##############################################################################
])

# vim:ts=4:sw=4:

0 comments on commit 1223439

Please sign in to comment.