summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-08-07 20:40:59 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-08-07 20:40:59 +0200
commit79e51eaa66233a6980d34d4ca9441105688b3836 (patch)
tree3dc66c51e1be1deb8bc0e37ef138165173b90520 /configure.ac
parent693820e1bad41f640159d8556b171e9a4f282c5e (diff)
downloadnettle-79e51eaa66233a6980d34d4ca9441105688b3836.tar.gz
Tweak to AC_CONFIG_SRCDIR.
* configure.ac: Refer to nettle-types.h, rather than arcfour.c, for AC_CONFIG_SRCDIR.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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([.])