From e59b6b83d30c6bf969813d2728c7c93aa0731f16 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Wed, 14 Dec 2016 18:41:58 +0900 Subject: configure.ac: add needed build prog and headers Change-Id: Id0a1b209366f2ae2c2338c334d71bf3d4c4c348b Signed-off-by: WaLyong Cho --- configure.ac | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 457975c..3b663b9 100644 --- a/configure.ac +++ b/configure.ac @@ -17,17 +17,21 @@ LT_PREREQ(2.2) LT_INIT([disable-static]) # Checks for programs. -AC_PROG_CC AC_PROG_CXX +AC_PROG_AWK +AC_PROG_CC +AC_PROG_CPP AC_PROG_INSTALL +AC_PROG_LN_S AC_PROG_MAKE_SET +AC_PROG_RANLIB # Checks for libraries. # FIXME: Replace `main' with a function in `-lrt': AC_CHECK_LIB([rt], [main]) # Checks for header files. -AC_CHECK_HEADERS([fcntl.h limits.h mntent.h stddef.h stdint.h stdlib.h string.h sys/time.h unistd.h]) +AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h mntent.h stddef.h stdint.h stdlib.h string.h sys/time.h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. AC_CHECK_HEADER_STDBOOL -- cgit v1.2.3