Codebase list m2300w / 2d00aa4
Search foomatic-rip in /usr/lib/cups/filter as this is the needed filter, not the binary in /usr/bin. Last-Update: 2013-12-06 Didier Raboud 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
8686 dnl check for FOOMATIC
8787 dnl --------------------------------------------------------------------------
8888
89 AC_PATH_PROG(FOOMATIC_RIP,foomatic-rip,,[/usr/bin:/bin:/usr/local/bin:/opt/bin:$PATH])
89 AC_PATH_PROG(FOOMATIC_RIP,foomatic-rip,,[/usr/lib/cups/filter:/usr/bin:/bin:/usr/local/bin:/opt/bin:$PATH])
9090 if test -z "$FOOMATIC_RIP"; then
9191 echo "ERROR: This driver requires foomatic-rip."
92 echo "Please install the 'foomatic-filters' package first."
92 echo "Please install the 'foomatic-filters' or 'cups-filters' (>= 1.0.42) package first."
9393 echo "See http://www.linuxprinting.org/foomatic.html"
9494 echo "(Some distributions, e.g. SuSE, deliver foomatic-rip with CUPS)"
9595 exit 1