projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98bbe5
)
reversed tense on a test -> case conversion
author
K. Richard Pixley
<rich@cygnus>
Thu, 6 Feb 1992 04:05:26 +0000
(
04:05
+0000)
committer
K. Richard Pixley
<rich@cygnus>
Thu, 6 Feb 1992 04:05:26 +0000
(
04:05
+0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 16d87a5f12023a13af694c4e3e51c5be4d5d8c0c..1b685fa41cf4c5ed2b65bdb19bc81d8c3ad2c8df 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-669,12
+669,12
@@
${progname}" ${arguments} "
if [ -d ${srcdir}/${configdir} ] ; then
case "${srcdir}" in
- ".")
+ ".") ;;
+ *)
if [ ! -d ./${configdir} ] ; then
mkdir ./${configdir}
fi
;;
- *) ;;
esac
POPDIR=${PWD}