diff options
author | Till Kamppeter <till.kamppeter@gmail.com> | 2011-11-12 19:44:39 +0100 |
---|---|---|
committer | Till Kamppeter <till.kamppeter@gmail.com> | 2011-11-12 19:44:39 +0100 |
commit | ed8664ed1a8a797d949270d707966aadefb3b9e8 (patch) | |
tree | 3aa8f5f054afb464cc114f3ea15e5fed3ff91a17 /gs/base/configure.ac | |
parent | 8c3d5996d379818c8c0422bb8330840d0fb12645 (diff) |
Renamed the PXL CUPS filter from "pstopxl" to "gstopxl", as like "gstoraster"
it understands both PostScript and PDF as input.
Diffstat (limited to 'gs/base/configure.ac')
-rw-r--r-- | gs/base/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/base/configure.ac b/gs/base/configure.ac index f2c430de3..3e029aef2 100644 --- a/gs/base/configure.ac +++ b/gs/base/configure.ac @@ -1725,7 +1725,7 @@ AC_SUBST(GCFLAGS) AC_OUTPUT(Makefile) if ( test -d cups ); then -AC_OUTPUT(cups/pstopxl) -chmod +x cups/pstopxl +AC_OUTPUT(cups/gstopxl) +chmod +x cups/gstopxl fi |