]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-paths.patch
- replaced by generic Muttrc.patch
[packages/mutt.git] / mutt-paths.patch
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)
22 +ac_cv_path_SENDMAIL=/usr/sbin/sendmail
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.037658 seconds and 3 git commands to generate.