* configure.ac: Don't add target-prefix.

This commit is contained in:
Mike Frysinger 2013-11-03 12:48:13 +01:00 committed by Vladimir Serbinenko
parent 5ade4a4248
commit ee7fb780c8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-11-03 Mike Frysinger <vapier>
* configure.ac: Don't add target-prefix.
2013-11-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/loadenv.c (grub_cmd_save_env): Remove unset

View File

@ -41,7 +41,9 @@ AC_CONFIG_AUX_DIR([build-aux])
# Checks for host and target systems.
AC_CANONICAL_HOST
save_program_prefix="${program_prefix}"
AC_CANONICAL_TARGET
program_prefix="${save_program_prefix}"
AM_INIT_AUTOMAKE()
AC_PREREQ(2.60)