From: Mike Frysinger Date: Sun, 3 Nov 2013 11:48:13 +0000 (+0100) Subject: * configure.ac: Don't add target-prefix. X-Git-Tag: grub-2.02-beta1~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7fb780c84bb3e847398a0a346fab504a71c933;p=thirdparty%2Fgrub.git * configure.ac: Don't add target-prefix. --- diff --git a/ChangeLog b/ChangeLog index bc59aa5ea..a6c135e2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-03 Mike Frysinger + + * configure.ac: Don't add target-prefix. + 2013-11-03 Vladimir Serbinenko * grub-core/commands/loadenv.c (grub_cmd_save_env): Remove unset diff --git a/configure.ac b/configure.ac index a5ce25c43..4df64f886 100644 --- a/configure.ac +++ b/configure.ac @@ -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)