]> git.wh0rd.org - dump.git/blobdiff - configure
Only level 0 and no -u when dumping a subdirectory
[dump.git] / configure
index 6a6911ff905063097c628e45c40085d48a3c89e0..e8d4d7cc58828eeb2bf9b3663cbeb1511d992e5c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1358,7 +1358,7 @@ if test "${enable_readline+set}" = set; then
 then
        READLINE=""
 else
-       READLINE="-lreadline"
+       READLINE="-lreadline -ltermcap"
        cat >> confdefs.h <<\EOF
 #define HAVE_READLINE 1
 EOF
@@ -1465,7 +1465,7 @@ if test "${with_binmode+set}" = set; then
   echo "$ac_t""BINMODE is $withval" 1>&6
 BINMODE=$withval
 else
-  BINMODE=6555
+  BINMODE=0755
 echo "BINMODE defaults to $BINMODE"
 
 fi
@@ -1501,7 +1501,7 @@ if test "${with_manmode+set}" = set; then
   echo "$ac_t""MANMODE is $withval" 1>&6
 MANMODE=$withval
 else
-  MANMODE=0444
+  MANMODE=0644
 echo "MANMODE defaults to $MANMODE"
 
 fi