reversed tense on a test -> case conversion
authorK. Richard Pixley <rich@cygnus>
Thu, 6 Feb 1992 04:05:26 +0000 (04:05 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 6 Feb 1992 04:05:26 +0000 (04:05 +0000)
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}