summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-03 17:40:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-03 17:40:12 -0700
commit8f303505eada73f6c70ae19b98b3ac44e0cf0480 (patch)
tree6e960057d0ad454078334426396a0db1026d80f0 /configure.in
parent476d2864b0ab8a146af0fc052759ee251e5ad8df (diff)
downloadnasm-8f303505eada73f6c70ae19b98b3ac44e0cf0480.tar.gz
Use autoconf to request feature macros
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 009720a2..c43d39ca 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
-dnl Process this file with autoconf 2.53 or later to produce
+dnl Process this file with autoconf 2.59 or later to produce
dnl a configure script.
-AC_PREREQ(2.53)
+AC_PREREQ(2.59)
AC_INIT(config.h.in)
AC_CONFIG_HEADERS(config.h)
@@ -47,6 +47,8 @@ fi
AC_PREFIX_PROGRAM(nasm)
dnl Checks for programs.
+AC_USE_SYSTEM_EXTENSIONS
+AC_ISC_POSIX
AC_PROG_CC
AC_PROG_LN_S
AC_PROG_MAKE_SET