readline/
authorYao Qi <yao@codesourcery.com>
Wed, 22 May 2013 09:51:49 +0000 (09:51 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 22 May 2013 09:51:49 +0000 (09:51 +0000)
* configure.in: Invoke AC_CANONICAL_BUILD.
Change $host_os to $build_os.
* configure: Regenerated.

readline/ChangeLog.gdb
readline/configure
readline/configure.in

index 7e0d264752795c160b131e746b65b65bba7446c5..2613d7800c956f130e3d5592e7eca733646b19e8 100644 (file)
@@ -1,3 +1,9 @@
+2013-05-22  Yao Qi  <yao@codesourcery.com>
+
+       * configure.in: Invoke AC_CANONICAL_BUILD.
+       Change $host_os to $build_os.
+       * configure: Regenerated.
+
 2012-10-18  Joel Brobecker  <brobecker@adacore.com>
 
        * terminal.c: Remove duplicate includes of windows.h and
index 01873117e52043ae7c5f64de2664abcfbfe45b88..09de45df5e404621d3ea16fee7e375477b5de9f2 100755 (executable)
@@ -2285,6 +2285,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
 
 
+
 opt_curses=no
 opt_purify=no
 
@@ -6264,7 +6265,7 @@ fi
 
 
 
-case "$host_os" in
+case "$build_os" in
 msdosdjgpp*)   BUILD_DIR=`pwd.exe` ;;  # to prevent //d/path/file
 *)             BUILD_DIR=`pwd` ;;
 esac
index f09f4e57766a986e44e23b05876837d62bdae200..b395af458f4d18fdfefdb45e77066c8c7f8e5d8b 100644 (file)
@@ -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
This page took 0.030069 seconds and 4 git commands to generate.