I don't understand why Kim's split-up of the autoconf-file cvs commits should be
[mmh] / configure.in
index 69728f8..d80a2d2 100644 (file)
@@ -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}