chiark / gitweb /
configure.ac: Fix AC_INIT invocation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 1 Feb 2024 21:33:42 +0000 (21:33 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 1 Feb 2024 21:34:16 +0000 (21:34 +0000)
That's supposed to be the bug reporting email address, not a source
file!

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
configure.ac

index dbd9e0588d67c46f8ebad718573a1bf08a41813d..21ad8245eb41140abf64d4e3e504a30497fa50c8 100644 (file)
@@ -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([])