Integrate grub-mkisofs into the build system.

This commit is contained in:
Robert Millan 2009-11-08 23:01:34 +00:00
parent cd2dbe8d2e
commit 7c4e16ff88
4 changed files with 30 additions and 4 deletions

View file

@ -181,6 +181,13 @@ fi
# Check for functions.
AC_CHECK_FUNCS(posix_memalign memalign asprintf)
# For grub-mkisofs
AC_HEADER_MAJOR
AC_HEADER_DIRENT
AC_CHECK_FUNCS(memmove sbrk strdup)
AC_CHECK_HEADERS(sys/mkdev.h sys/sysmacros.h malloc.h termios.h sys/types.h)
AC_CHECK_HEADERS(unistd.h string.h strings.h sys/stat.h sys/fcntl.h)
#
# Check for target programs.
#