summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-08-27 15:12:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-08-27 15:13:15 -0700
commiteaef851689e1d83608741cd5ac7c65e4e47d4acb (patch)
tree6ac81ed6506d13ff6223d7003945db59697a70f9 /configure.ac
parent7eb18213b78f06b45c85e2b224613cce4a20304b (diff)
downloadnasm-eaef851689e1d83608741cd5ac7c65e4e47d4acb.tar.gz
configure.ac: look for unconfig.h not uninit.h...
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 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)