diff options
author | Yao Qi <yao@codesourcery.com> | 2013-05-22 09:51:49 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-05-22 09:51:49 +0000 |
commit | 19ce2a293b87ea4c6991137292d7a4a38a0b8433 (patch) | |
tree | 76b275370d03eefda422e23965f3b9fba90e9807 /readline/configure | |
parent | ac90359cdce0c994537301749278c962c7407f7b (diff) | |
download | gdb-19ce2a293b87ea4c6991137292d7a4a38a0b8433.zip gdb-19ce2a293b87ea4c6991137292d7a4a38a0b8433.tar.gz gdb-19ce2a293b87ea4c6991137292d7a4a38a0b8433.tar.bz2 |
readline/
* configure.in: Invoke AC_CANONICAL_BUILD.
Change $host_os to $build_os.
* configure: Regenerated.
Diffstat (limited to 'readline/configure')
-rwxr-xr-x | readline/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readline/configure b/readline/configure index 0187311..09de45d 100755 --- a/readline/configure +++ b/readline/configure @@ -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 |