From: Niels Möller Date: Sun, 7 Aug 2022 18:40:59 +0000 (+0200) Subject: Tweak to AC_CONFIG_SRCDIR. X-Git-Tag: nettle_3.9_release_20230514~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e51eaa66233a6980d34d4ca9441105688b3836;p=thirdparty%2Fnettle.git Tweak to AC_CONFIG_SRCDIR. * configure.ac: Refer to nettle-types.h, rather than arcfour.c, for AC_CONFIG_SRCDIR. --- diff --git a/ChangeLog b/ChangeLog index e7dbb612..f7654a82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-08-07 Niels Möller + + * configure.ac: Refer to nettle-types.h, rather than arcfour.c, + for AC_CONFIG_SRCDIR. + 2022-08-05 Niels Möller * nettle-internal.h: Include stdlib.h, fix alloca warnings on BSD. 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([.])