X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=d80a2d2e538399ec96308a629690d653900b621a;hb=2ef1a2bc54aa523b9edbb830959f17a3ed05d74d;hp=69728f8884aefc9fc6ef2c3ea36adcd1ad8a9b63;hpb=80822fbdf1fc94c899b1f690df3f24f1e4df6c55;p=mmh diff --git a/configure.in b/configure.in index 69728f8..d80a2d2 100644 --- a/configure.in +++ b/configure.in @@ -14,11 +14,13 @@ dnl define a macro or two dnl --------------------- AC_DEFUN(NMH_PROG_GNU_LIBTOOL, [ +if test -n "$LIBTOOL" ; then tmptest=`$LIBTOOL --version 2>&1 | grep GNU` if test x"$tmptest" != x ; then GNU_LIBTOOL=1 AC_SUBST(GNU_LIBTOOL)dnl fi +fi ] ) @@ -52,10 +54,10 @@ fi dnl Set the backup prefix undefine([backup-prefix])dnl -AC_ARG_WITH([backup-prefix], - [ --with-backup-prefix=, set the backup prefix [,]]) -if test x"$with_backup_prefix" != x -a x"$with_backup_prefix" != x"no"; then - backup_prefix="$with_backup_prefix" +AC_ARG_WITH([hash-backup], + [ --with-hash-backup use # as the backup prefix (default: ,)]) +if test x"$with_hash_backup" != x -a x"$with_hash_backup" != x"no"; then + backup_prefix="#" else backup_prefix="," fi @@ -817,8 +819,8 @@ binary install path : ${nmhbin2} libary install path : ${nmhlib2} config files install path : ${nmhsysconf2} man page install path : ${nmhman} -transport system : ${MTS} backup prefix : ${backup_prefix} +transport system : ${MTS} default smtp servers : ${smtpservers} default editor : ${editorpath} default pager : ${pagerpath}