]> git.wh0rd.org - dump.git/blobdiff - configure.in
Only level 0 and no -u when dumping a subdirectory
[dump.git] / configure.in
index a35359cbd363144c12acfa34275bc49c661e8072..e41cf074c70ee0ed1b3dd991c12f1903ebc5c493 100644 (file)
@@ -100,7 +100,7 @@ if test "$enableval" = "no"
 then
        READLINE=""
 else
-       READLINE="-lreadline"
+       READLINE="-lreadline -ltermcap"
        AC_DEFINE(HAVE_READLINE)
 fi
 ,
@@ -198,7 +198,7 @@ AC_ARG_WITH([binmode],
 [  --with-binmode=MODE        select mode for binaries],
 AC_MSG_RESULT(BINMODE is $withval)
 BINMODE=$withval,
-BINMODE=6555
+BINMODE=0755
 echo "BINMODE defaults to $BINMODE"
 )dnl
 AC_SUBST(BINMODE)
@@ -234,7 +234,7 @@ AC_ARG_WITH([manmode],
 [  --with-manmode=MODE        select mode for manual pages],
 AC_MSG_RESULT(MANMODE is $withval)
 MANMODE=$withval,
-MANMODE=0444
+MANMODE=0644
 echo "MANMODE defaults to $MANMODE"
 )dnl
 AC_SUBST(MANMODE)