diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-18 14:46:04 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-18 14:46:04 +0000 |
commit | fbaed16b712e92e920bf87fbf77584d8f02b79c2 (patch) | |
tree | 927be8864bc2cd173f9f984623a4d47e2c4fe274 /gnu | |
parent | d2c2f63308e607be4c9bdbe89b7fbb24c78a77d1 (diff) |
sigh again
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/texinfo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/configure b/gnu/usr.bin/texinfo/configure index 4553999c5a8..0120ccc4a5c 100644 --- a/gnu/usr.bin/texinfo/configure +++ b/gnu/usr.bin/texinfo/configure @@ -3579,7 +3579,7 @@ fi if test $ac_aux_dir; then MKINSTALLDIRS="sh -x $ac_aux_dir/mkinstalldirs" fi - if test -z $MKINSTALLDIRS; then + if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="sh -x \$(top_srcdir)/mkinstalldirs" fi |