Merge branch 'master' into pr/202

This commit is contained in:
Raymond Li 2021-02-14 17:28:48 -05:00
commit 3e1eb6ee4b
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -3,7 +3,7 @@ i3lock
tags
*.swp
*.gz
/pam/i3lock
*~
################################################################################
# https://raw.githubusercontent.com/github/gitignore/master/Autotools.gitignore
@ -31,4 +31,3 @@ Makefile.in
/install-sh
/missing
/stamp-h1
*.in~

View File

@ -50,7 +50,7 @@ dnl is_release must be lowercase because AX_CHECK_ENABLE_DEBUG calls m4_tolower
dnl on its fourth argument.
AX_CHECK_ENABLE_DEBUG([yes], , [UNUSED_NDEBUG], [$is_release])
AC_PROG_CC_C99
AC_PROG_CC
# For strnlen() and vasprintf().
AC_USE_SYSTEM_EXTENSIONS