From: Ian Jackson Date: Thu, 1 Feb 2024 21:33:42 +0000 (+0000) Subject: configure.ac: Fix AC_INIT invocation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=52f5b122d8dec5deb21f0867a56adf96d54a03d9;p=innduct.git configure.ac: Fix AC_INIT invocation That's supposed to be the bug reporting email address, not a source file! Signed-off-by: Ian Jackson --- diff --git a/configure.ac b/configure.ac index dbd9e05..21ad824 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # and contributors; see LICENCE.txt. # SPDX-License-Identifier: GPL-3.0-or-later -AC_INIT([innduct],[1.0],[duct.c]) +AC_INIT([innduct],[1.0],[ijackson@chiark.greenend.org.uk]) AC_CONFIG_AUX_DIR(autoconf-aux) AM_INIT_AUTOMAKE([])