From e439e617a26bb2c4cc4e7b7aa54b7235e842986c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 14 Mar 2020 22:29:10 +0100 Subject: configure: Add email address and use brackets. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0563e8b..7e55df3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(Inevitable, 0.1.0) +AC_INIT([Inevitable], [0.1.0], [rekado@elephly.net]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) AM_SILENT_RULES([yes]) -- cgit v1.2.3