summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-08 15:36:13 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-08 15:36:13 +0000
commit4578b291666686315d7feb98231167c492db909d (patch)
tree12716768f1a5876e0a332cd71d007c626e807a2b /configure
parentebadfd62009c77d099473d624c3bee45f661cac6 (diff)
downloadbinutils-redhat-4578b291666686315d7feb98231167c492db909d.tar.gz
From Eli Zaretskii <eliz@is.elta.co.il>:
* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e51ca9fc12..bc7b650406 100755
--- a/configure
+++ b/configure
@@ -655,8 +655,8 @@ case "${TMPDIR}" in
*) ;;
esac
-# keep this filename short for &%*%$*# 14 char file names
-tmpfile=${TMPDIR}/cONf$$
+# keep this filename short for &%*%$*# 14 char file names and 8+3 file names
+tmpfile=${TMPDIR}/cNf$$
# Note that under many versions of sh a trap handler for 0 will *override* any
# exit status you explicitly specify! At this point, the only non-error exit
# is at the end of the script; these actions are duplicated there, minus