ghostscript + CUPS/foomatic, allowing one to make use of these printers under non-Microsoft operating systems. Their print quality is excellent for the price ($99 or less), but they're utterly dumb devices which require the driver to do all of the work.
12 lines
309 B
Text
12 lines
309 B
Text
$NetBSD: patch-ab,v 1.1 2007/08/21 01:18:09 bsadewitz Exp $
|
|
|
|
--- configure.ac.orig 2005-12-28 17:50:26.000000000 -0500
|
|
+++ configure.ac
|
|
@@ -10,6 +10,7 @@ AM_CONFIG_HEADER([config.h])
|
|
# Checks for programs.
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
+AC_PROG_LIBTOOL
|
|
|
|
# Checks for libraries.
|
|
AC_CHECK_LIB(intl, gettext)
|