]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Tweak to AC_CONFIG_SRCDIR.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 7 Aug 2022 18:40:59 +0000 (20:40 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 7 Aug 2022 18:40:59 +0000 (20:40 +0200)
* configure.ac: Refer to nettle-types.h, rather than arcfour.c,
for AC_CONFIG_SRCDIR.

ChangeLog
configure.ac

index e7dbb6122b64dcc4ece07a85cf6c8f9a05dcd568..f7654a8206cd6ef3c86aaeb04093c59ce567b33f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-07  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac: Refer to nettle-types.h, rather than arcfour.c,
+       for AC_CONFIG_SRCDIR.
+
 2022-08-05  Niels Möller  <nisse@lysator.liu.se>
 
        * nettle-internal.h: Include stdlib.h, fix alloca warnings on BSD.
index 7a046f113cdde352a73c4eb981ba425ddfb90fd3..3ebfb175665c3d2b9c861e55637a7bf27068b737 100644 (file)
@@ -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([.])