Author: saq Date: Sun Aug 21 19:38:10 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - use fixed paths for non-BRed progs (autodetection wouldn't be deterministic)
---- Files affected: SOURCES: mutt-paths.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mutt-paths.patch diff -u /dev/null SOURCES/mutt-paths.patch:1.1 --- /dev/null Sun Aug 21 21:38:10 2005 +++ SOURCES/mutt-paths.patch Sun Aug 21 21:38:05 2005 @@ -0,0 +1,34 @@ +--- mutt-1.4.2.1/configure.in.orig 2005-08-21 21:28:37.000000000 +0200 ++++ mutt-1.4.2.1/configure.in 2005-08-21 21:30:40.000000000 +0200 +@@ -42,9 +42,9 @@ + AC_C_INLINE + AC_C_CONST + +-AC_PATH_PROG(DBX, dbx, no) +-AC_PATH_PROG(GDB, gdb, no) +-AC_PATH_PROG(SDB, sdb, no) ++DBX=no ++GDB=/usr/bin/gdb ++SDB=no + + if test $GDB != no ; then + DEBUGGER=$GDB +@@ -58,8 +58,7 @@ + + AC_SUBST(DEBUGGER) + +-ac_aux_path_sendmail=/usr/sbin:/usr/lib +-AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$ac_aux_path_sendmail) ++SENDMAIL=/usr/sbin/sendmail + AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL",[ Where to find sendmail on your system. ]) + + OPS='$(srcdir)/OPS' +@@ -101,7 +100,7 @@ + AC_DEFINE_UNQUOTED(SUBVERSION,"$SUBVERSION",[ Is this the international version? ]) + AC_SUBST(SUBVERSION) + +-AC_PATH_PROG(ISPELL, ispell, no) ++ISPELL=/usr/bin/ispell + if test $ISPELL != no; then + AC_DEFINE_UNQUOTED(ISPELL,"$ISPELL",[ Where to find ispell on your system. ]) + fi ================================================================ _______________________________________________ pld-cvs-commit mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
