File TrustedGRUB-1.1.0-build.patch of Package trustedgrub
diff -Naur ../TrustedGRUB-1.1.0.orig/configure.ac ./configure.ac --- ../TrustedGRUB-1.1.0.orig/configure.ac 2007-05-14 17:00:28.000000000 +0200 +++ ./configure.ac 2007-09-03 16:56:38.000000000 +0200 @@ -18,6 +18,8 @@ AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE +AM_PROG_AS + AC_CANONICAL_HOST case "$host_cpu" in @@ -56,6 +58,8 @@ AC_CHECK_TOOL(CC, gcc) AC_PROG_CC +AM_PROG_CC_C_O + # We need this for older versions of Autoconf. _AM_DEPENDENCIES(CC)