~ubuntu-branches/ubuntu/hardy/foomatic-db-engine/hardy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-07-11 16:59:46 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070711165946-jsuxmaof84c1vpf1
Tags: 3.0.2-20070711-0ubuntu1
* New upstream release
   - Replaced "Gimp-Print" by "Gutenprint" in scripts and documentation.
   - Allow group names preceeded by asterisks
     ('*') in PPD files ("*OpenGroup: ..."/"*CloseGroup: ..." lines).
     This is needed by the PPD for the KONICA MINOLTA magicolor 5430
     DL, provided by KONICA MINOLTA and probably also by several other
     manufacturer-supplied PPD files.
   - Let the PPD files listed in the XML version of the overview also
     get listed in the Perl version.
   - Improved find_printer() method. Now searches of make and model
     names do not consider other characters than letters and numbers 
     any more. All other characters and boundaries between letters and 
     numbers are converted to single spaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6311
6311
test -n "$LOCAL_FOOMATIC_RIP" || LOCAL_FOOMATIC_RIP="../foomatic-filters/foomatic-rip"
6312
6312
 
6313
6313
 
6314
 
                                                                                                                                                                                              ac_config_files="$ac_config_files Makefile makeDefaults makeMan foomatic-configure foomatic-printjob foomatic-kitload foomatic-ppdfile foomatic-preferred-driver foomatic-cleanupdrivers foomatic-getpjloptions foomatic-addpjloptions foomatic-compiledb foomatic-fix-xml foomatic-nonumericalids foomatic-replaceoldprinterids foomatic-ppd-options foomatic-printermap-to-gimp-print-xml foomatic-extract-text foomatic-searchprinter"
 
6314
                                                                                                                                                                                              ac_config_files="$ac_config_files Makefile makeDefaults makeMan foomatic-configure foomatic-printjob foomatic-kitload foomatic-ppdfile foomatic-preferred-driver foomatic-cleanupdrivers foomatic-getpjloptions foomatic-addpjloptions foomatic-compiledb foomatic-fix-xml foomatic-nonumericalids foomatic-replaceoldprinterids foomatic-ppd-options foomatic-printermap-to-gutenprint-xml foomatic-extract-text foomatic-searchprinter"
6315
6315
cat >confcache <<\_ACEOF
6316
6316
# This file is a shell script that caches the results of configure
6317
6317
# tests run on this system so they can be shared between configure
6879
6879
  "foomatic-nonumericalids" ) CONFIG_FILES="$CONFIG_FILES foomatic-nonumericalids" ;;
6880
6880
  "foomatic-replaceoldprinterids" ) CONFIG_FILES="$CONFIG_FILES foomatic-replaceoldprinterids" ;;
6881
6881
  "foomatic-ppd-options" ) CONFIG_FILES="$CONFIG_FILES foomatic-ppd-options" ;;
6882
 
  "foomatic-printermap-to-gimp-print-xml" ) CONFIG_FILES="$CONFIG_FILES foomatic-printermap-to-gimp-print-xml" ;;
 
6882
  "foomatic-printermap-to-gutenprint-xml" ) CONFIG_FILES="$CONFIG_FILES foomatic-printermap-to-gutenprint-xml" ;;
6883
6883
  "foomatic-extract-text" ) CONFIG_FILES="$CONFIG_FILES foomatic-extract-text" ;;
6884
6884
  "foomatic-searchprinter" ) CONFIG_FILES="$CONFIG_FILES foomatic-searchprinter" ;;
6885
6885
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5