commit 3e1eb6ee4befad0069ddd15244de3ec1847c9aac
parent 86669567b1c9a41539234ddba3fe47be7dac4e09
Author: Raymond Li <hi@raymond.li>
Date: Sun, 14 Feb 2021 17:28:48 -0500
Merge branch 'master' into pr/202
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -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~
diff --git a/configure.ac b/configure.ac
@@ -2,7 +2,7 @@
# Run autoreconf -fi to generate a configure script from this file.
AC_PREREQ([2.69])
-AC_INIT([i3lock-color], [m4_esyscmd_s([cat I3LOCK_VERSION])], [https://github.com/Raymo11/i3lock-color/issues])
+AC_INIT([i3lock-color],[m4_esyscmd_s([cat I3LOCK_VERSION])],[https://github.com/Raymo11/i3lock-color/issues])
# For AX_EXTEND_SRCDIR
AX_ENABLE_BUILDDIR
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
@@ -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