X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=readline%2Fconfigure.in;h=b395af458f4d18fdfefdb45e77066c8c7f8e5d8b;hb=31dc064778e3ab3ee10421f73711e620a1bcb653;hp=f09f4e57766a986e44e23b05876837d62bdae200;hpb=cc88a640ca1d0356c5feb40bb48869bab5a2bdce;p=platform%2Fupstream%2Fbinutils.git diff --git a/readline/configure.in b/readline/configure.in index f09f4e5..b395af4 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -39,6 +39,7 @@ dnl update the value of RL_READLINE_VERSION in readline.h when this changes LIBVERSION=6.2 AC_CANONICAL_HOST +AC_CANONICAL_BUILD dnl configure defaults opt_curses=no @@ -268,7 +269,7 @@ AC_SUBST(SHARED_TARGET) AC_SUBST(STATIC_INSTALL_TARGET) AC_SUBST(SHARED_INSTALL_TARGET) -case "$host_os" in +case "$build_os" in msdosdjgpp*) BUILD_DIR=`pwd.exe` ;; # to prevent //d/path/file *) BUILD_DIR=`pwd` ;; esac