' ' were obviously buggy, because they set installman[13]dir only for
the next if block to set it again. Reordering removes that daftness.
p4raw-id: //depot/perl@27485
fi
man1dir="$ans"
man1direxp="$ansexp"
-case "$man1dir" in
-'') man1dir=' '
- installman1dir='';;
-esac
-
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
installman1dir=`echo $man1direxp | $sed "s#^$prefixexp#$installprefixexp#"`
else
installman1dir="$man1direxp"
fi
+case "$man1dir" in
+'') man1dir=' '
+ installman1dir='';;
+esac
: What suffix to use on installed man pages
. ./getfile
man3dir="$ans"
man3direxp="$ansexp"
-case "$man3dir" in
-'') man3dir=' '
- installman3dir='';;
-esac
-
: Change installation prefix, if necessary.
if $test X"$prefix" != X"$installprefix"; then
installman3dir=`echo $man3direxp | $sed "s#^$prefixexp#$installprefixexp#"`
else
installman3dir="$man3direxp"
fi
+case "$man3dir" in
+'') man3dir=' '
+ installman3dir='';;
+esac
: What suffix to use on installed man pages
case "$man3dir" in