]> granicus.if.org Git - yasm/commitdiff
Add additional checks: const, size_t, vprintf() family, strtoul, and toascii.
authorPeter Johnson <peter@tortall.net>
Fri, 29 Jun 2001 02:13:08 +0000 (02:13 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 29 Jun 2001 02:13:08 +0000 (02:13 -0000)
svn path=/trunk/yasm/; revision=69

configure.ac
configure.in

index c2104189bcf7ec1e46c40e502dc8fa80f2d0d51f..458a6b773574815d393218235cec20df75d8da2c 100644 (file)
@@ -11,7 +11,12 @@ AC_PROG_YACC
 AC_PROG_INSTALL
 
 AC_HEADER_STDC
-AC_CHECK_FUNCS(memcpy)
-AC_REPLACE_FUNCS(strdup)
+
+AC_C_CONST
+AC_TYPE_SIZE_T
+
+AC_FUNC_VPRINTF
+AC_CHECK_FUNCS(memcpy toascii)
+AC_REPLACE_FUNCS(strdup strtoul)
 
 AC_OUTPUT(Makefile src/Makefile        include/Makefile)
index c2104189bcf7ec1e46c40e502dc8fa80f2d0d51f..458a6b773574815d393218235cec20df75d8da2c 100644 (file)
@@ -11,7 +11,12 @@ AC_PROG_YACC
 AC_PROG_INSTALL
 
 AC_HEADER_STDC
-AC_CHECK_FUNCS(memcpy)
-AC_REPLACE_FUNCS(strdup)
+
+AC_C_CONST
+AC_TYPE_SIZE_T
+
+AC_FUNC_VPRINTF
+AC_CHECK_FUNCS(memcpy toascii)
+AC_REPLACE_FUNCS(strdup strtoul)
 
 AC_OUTPUT(Makefile src/Makefile        include/Makefile)