Changeset 5161:794b039bacaa for configure.ac
- Timestamp:
- 2007-05-28 16:44:20 (20 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5146 r5161 813 813 814 814 need_md5="yes" 815 816 dnl hcachever.sh tool for calculating struct digest 817 AC_CHECK_PROGS([MD5], [md5 md5sum openssl], [none]) 815 818 816 819 use_qdbm=no … … 1187 1190 AC_SUBST(DSLROOT) 1188 1191 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) 1192 AC_OUTPUT(Makefile contrib/Makefile doc/Makefile imap/Makefile 1193 intl/Makefile m4/Makefile po/Makefile.in 1194 hcachever.sh muttbug.sh doc/instdoc.sh)
