diff options
author | Geoffrey Noer <noer@cygnus> | 1998-07-14 22:40:44 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-07-14 22:40:44 +0000 |
commit | 098189d402229848cdb61b1f3610687e82f5d8f4 (patch) | |
tree | ff43a90d4311196e9e76a172bf39a9ca5a9fd3b5 /configure.in | |
parent | d51be0a936f3209927f1087c603867570b596c6c (diff) | |
download | gdb-098189d402229848cdb61b1f3610687e82f5d8f4.zip gdb-098189d402229848cdb61b1f3610687e82f5d8f4.tar.gz gdb-098189d402229848cdb61b1f3610687e82f5d8f4.tar.bz2 |
Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: Win32 hosts shouldn't use install -x
* install-sh: remove -x option, and special .exe-handling
hack.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 9b0bf4d..be6bd69 100644 --- a/configure.in +++ b/configure.in @@ -1129,17 +1129,6 @@ if [ "${shared}" = "yes" ]; then esac fi -# If we are building for a win32 host, then set INSTALL_PROGRAM_ARGS to -# -x. This will cause programs to be installed with .exe extensions. -case "${host}" in -*-*-cygwin32* | i[3456]86-*-mingw32) - sed -e 's/^INSTALL_PROGRAM_ARGS[ ]*=.*$/INSTALL_PROGRAM_ARGS = -x/' \ - Makefile > Makefile.tem - rm -f Makefile - mv -f Makefile.tem Makefile - ;; -esac - # Record target_configdirs and the configure arguments in Makefile. target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'` targargs=`echo "${arguments}" | \ |