From eaef851689e1d83608741cd5ac7c65e4e47d4acb Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 27 Aug 2019 15:12:00 -0700 Subject: configure.ac: look for unconfig.h not uninit.h... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a750b27..156e8dbf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf 2.69 or later to produce dnl a configure script. AC_PREREQ(2.69) -AC_INIT([config/undef.h]) +AC_INIT([config/unconfig.h]) AC_CONFIG_HEADERS([config/config.h:config/unconfig.h]) AC_PREFIX_PROGRAM(nasm) AC_CONFIG_AUX_DIR(autoconf/helpers) -- cgit v1.2.3