[PATCH 9/9] Added the things that autoscan complained about

David Shea dshea at redhat.com
Wed Nov 6 22:56:59 UTC 2013


---
 configure.ac         |  3 +++
 widgets/configure.ac | 17 ++++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 48c0061..14973f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,10 +33,13 @@ AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 AC_PROG_AWK
 AC_PROG_GREP
 AC_PROG_CC
+AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
+AC_PROG_CXX
+AC_PROG_RANLIB
 
 # Check for the intltool programs
 # These checks and subsitutions are adapted IT_PROG_INTLTOOL provided in
diff --git a/widgets/configure.ac b/widgets/configure.ac
index a40bbd3..306a773 100644
--- a/widgets/configure.ac
+++ b/widgets/configure.ac
@@ -34,7 +34,12 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_LIBTOOL
+AC_PROG_AWK
+AC_PROG_CPP
+AC_PROG_INSTALL
 AC_PROG_LN_S
+AC_PROG_MAKE_SET
+AC_PROG_RANLIB
 
 AM_GNU_GETTEXT([external])
 
@@ -58,7 +63,17 @@ PKG_CHECK_MODULES([GLIB], [glib-2.0])
 PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier >= 5.2.1])
 PKG_CHECK_EXISTS([gobject-introspection-1.0 >= 1.30])
 
-AC_CHECK_HEADERS([libintl.h string.h])
+AC_CHECK_LIB([m], [pow])
+
+AC_CHECK_HEADERS([libintl.h locale.h stdlib.h string.h unistd.h])
+
+AC_C_INLINE
+AC_TYPE_SIZE_T
+AC_STRUCT_TIMEZONE
+
+AC_FUNC_MALLOC
+AC_FUNC_STRTOD
+AC_CHECK_FUNCS([pow setenv setlocale strchr])
 
 AC_CONFIG_FILES([Makefile
                  doc/Makefile
-- 
1.8.3.1



More information about the anaconda-patches mailing list