From 79e51eaa66233a6980d34d4ca9441105688b3836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sun, 7 Aug 2022 20:40:59 +0200 Subject: Tweak to AC_CONFIG_SRCDIR. * configure.ac: Refer to nettle-types.h, rather than arcfour.c, for AC_CONFIG_SRCDIR. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7a046f11..3ebfb175 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([nettle], [3.8], [nettle-bugs@lists.lysator.liu.se]) AC_PREREQ(2.61) -AC_CONFIG_SRCDIR([arcfour.c]) +AC_CONFIG_SRCDIR([nettle-types.h]) # Needed to stop autoconf from looking for files in parent directories. AC_CONFIG_AUX_DIR([.]) -- cgit v1.2.1