]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-paths.patch
- S: mailcap
[packages/mutt.git] / mutt-paths.patch
CommitLineData
0a45667a 1--- mutt-1.4.2.1/configure.in.orig 2005-08-21 21:28:37.000000000 +0200
2+++ mutt-1.4.2.1/configure.in 2005-08-21 21:30:40.000000000 +0200
3@@ -42,9 +42,9 @@
4 AC_C_INLINE
5 AC_C_CONST
6
7-AC_PATH_PROG(DBX, dbx, no)
8-AC_PATH_PROG(GDB, gdb, no)
9-AC_PATH_PROG(SDB, sdb, no)
10+DBX=no
11+GDB=/usr/bin/gdb
12+SDB=no
13
14 if test $GDB != no ; then
15 DEBUGGER=$GDB
16@@ -58,8 +58,7 @@
17
18 AC_SUBST(DEBUGGER)
19
20-ac_aux_path_sendmail=/usr/sbin:/usr/lib
21-AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$ac_aux_path_sendmail)
b12914a6 22+ac_cv_path_SENDMAIL=/usr/sbin/sendmail
0a45667a 23 AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL",[ Where to find sendmail on your system. ])
24
25 OPS='$(srcdir)/OPS'
26@@ -101,7 +100,7 @@
27 AC_DEFINE_UNQUOTED(SUBVERSION,"$SUBVERSION",[ Is this the international version? ])
28 AC_SUBST(SUBVERSION)
29
30-AC_PATH_PROG(ISPELL, ispell, no)
31+ISPELL=/usr/bin/ispell
32 if test $ISPELL != no; then
33 AC_DEFINE_UNQUOTED(ISPELL,"$ISPELL",[ Where to find ispell on your system. ])
34 fi
This page took 0.030035 seconds and 4 git commands to generate.