~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to cf/drivers-init.ac

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
dnl Copyright (C) 2002, 2003, 2004  Rafael Laboissiere
7
7
dnl Copyright (C) 2002, 2003, 2004  Alan W. Irwin
8
8
dnl Copyright (C) 2003, 2004  Joao Cardoso
 
9
dnl Copyright (C) 2004  Andrew Roach
 
10
dnl Copyright (C) 2005  Thomas J. Duck
9
11
dnl
10
12
dnl This file is part of PLplot.
11
13
dnl
20
22
dnl
21
23
dnl You should have received a copy of the GNU Library General Public License
22
24
dnl along with the file PLplot; if not, write to the Free Software
23
 
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
25
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
24
26
 
25
27
dnl The configure option --enable-drivers will enable all drivers at once
26
28
dnl You can enable/disable drivers either with configure options
58
60
dnl consumption, but this is not necessary.
59
61
 
60
62
builtin([define], [PL_DRIVERS_DEVICE_LIST], [
 
63
    aqt:aqt:yes,
61
64
    cgm:cgm:yes,
62
65
    dg300:dg300:no,
63
 
    png:gd:yes, jpeg:gd:yes,
 
66
    png:gd:yes, jpeg:gd:yes, gif:gd:yes,
64
67
    gnome:gnome:no,
65
68
    hp7470:hpgl:yes, hp7580:hpgl:yes, lj_hpgl:hpgl:yes,
66
69
    imp:impress:no,
 
70
    gcw:gcw:yes,
67
71
    linuxvga:linuxvga:yes,
68
72
    ljii:ljii:no,
69
73
    ljiip:ljiip:no,
72
76
    null:null:yes,
73
77
    pbm:pbm:yes,
74
78
    plmeta:plmeta:yes,
75
 
    ps:ps:yes, psc:ps:yes,
76
 
    pstex:pstex:yes,
 
79
    ps:ps:yes,
 
80
    psttf:psttf:yes,
77
81
    xterm:tek:no, tek4010:tek:no, tek4107:tek:no, mskermit:tek:no,
78
82
    versaterm:tek:no, vlt:tek:no, conex:tek:no, tek4010f:tek:no,
79
83
    tek4107f:tek:no,
80
84
    tk:tk:yes,
81
85
    tkwin:tkwin:yes,
82
86
    wingcc:wingcc:yes,
 
87
    wxwidgets:wxwidgets:yes,
83
88
    xfig:xfig:yes,
84
89
    xwin:xwin:yes])
85
90