Show
Ignore:
Timestamp:
2007-05-28 16:44:20 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Use autoconf instead of "which" to discover MD5 tool

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5146 r5161  
    813813 
    814814    need_md5="yes" 
     815 
     816    dnl hcachever.sh tool for calculating struct digest 
     817    AC_CHECK_PROGS([MD5], [md5 md5sum openssl], [none]) 
    815818 
    816819    use_qdbm=no 
     
    11871190AC_SUBST(DSLROOT) 
    11881191 
    1189 AC_OUTPUT(Makefile intl/Makefile m4/Makefile 
    1190         po/Makefile.in doc/Makefile contrib/Makefile 
    1191         muttbug.sh 
    1192         imap/Makefile 
    1193         doc/instdoc.sh) 
     1192AC_OUTPUT(Makefile contrib/Makefile doc/Makefile imap/Makefile 
     1193        intl/Makefile m4/Makefile po/Makefile.in 
     1194        hcachever.sh muttbug.sh doc/instdoc.sh)