mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05:00
configure.ac: look for unconfig.h not uninit.h...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user