diff options
author | Christopher Faylor <me@cgf.cx> | 2008-07-25 15:03:25 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-07-25 15:03:25 +0000 |
commit | 5f853b3fc5277da8cb5ba3ac7406447fe82e65de (patch) | |
tree | ba823cfc5e9817845a15eb47e37a58d4870b667e /winsup/utils/configure.in | |
parent | e93f946aa753c196efcf61b1b25cdb01eac2d59a (diff) | |
download | cygnal-5f853b3fc5277da8cb5ba3ac7406447fe82e65de.tar.gz cygnal-5f853b3fc5277da8cb5ba3ac7406447fe82e65de.tar.bz2 cygnal-5f853b3fc5277da8cb5ba3ac7406447fe82e65de.zip |
* mount.cc: Remove non-unix-like options (-x,-t,b) throughout.
(oopts): Use boolean constants for slightly increased clarity.
* configure.in: Remove apparently unneeded program_transfer_name code.
* configure: Regenerate.
Diffstat (limited to 'winsup/utils/configure.in')
-rw-r--r-- | winsup/utils/configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/winsup/utils/configure.in b/winsup/utils/configure.in index 258c32aec..d38a4b11c 100644 --- a/winsup/utils/configure.in +++ b/winsup/utils/configure.in @@ -23,17 +23,6 @@ AC_ARG_PROGRAM AC_CHECK_LIB(iconv, libiconv, libiconv=-liconv) AC_SUBST(libiconv) -if test "x$cross_compiling" = "xyes"; then - if test "x$program_transform_name" = "xs,x,x,"; then - program_transform_name="" - fi - if test "x$program_transform_name" = "x"; then - program_transform_name="s,^,$host-," - else - program_transform_name="$program_transform_name -e s,^,$host-," - fi -fi - INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c` AC_PROG_INSTALL |