+2010-09-08 Yves Blusseau <blusseau@zetam.org>
+
+ * configure.ac: Define some useful variables.
+
2010-09-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set
AC_SUBST(target_cpu)
AC_SUBST(platform)
+# Define default variables
+case "$host_os" in
+ netbsd* | openbsd*)
+ # Because /boot is used for the boot block in NetBSD and OpenBSD,
+ bootdirname='' ;;
+ *) bootdirname='boot' ;;
+esac
+bootdirname=`echo "$bootdirname" | sed "$program_transform_name"`
+AC_SUBST(bootdirname)
+
+grubdirname=`echo "$PACKAGE" | sed "$program_transform_name"`
+AC_SUBST(grubdirname)
+
#
# Checks for build programs.
#