~ubuntu-branches/ubuntu/trusty/x11-xserver-utils/trusty

« back to all changes in this revision

Viewing changes to xmodmap/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2010-11-12 19:16:48 UTC
  • mfrom: (0.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20101112191648-iok47qxbcgoa99rc
Tags: 7.6~1
* New upstream release candidate: X11R7.6 RC1.
* iceauth 1.0.4
* rgb 1.0.4
* xcmsdb 1.0.3
* xgamma 1.0.4
* xhost 1.0.4
* xmodmap 1.0.5
* xrandr 1.3.4
* xrdb 1.0.7
* xrefresh 1.0.4
* xset 1.2.1
* xsetroot 1.1.0
* Add libxcursor-dev build-dep.
* xstdcmap 1.0.2
* Add an update-copyright target to refresh debian/copyright using
  upstream's COPYING files, thanks to Julien Cristau.
* Refresh debian/copyright accordingly.
* Bump xutils-dev build-dep for new macros.
* Switch from --list-missing to --fail-missing for additional safety.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
*************************
3
3
 
4
4
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
5
 
2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
5
2006, 2007, 2008 Free Software Foundation, Inc.
6
6
 
7
7
   This file is free documentation; the Free Software Foundation gives
8
8
unlimited permission to copy, distribute and modify it.
159
159
CC is not installed, it is recommended to use the following options in
160
160
order to use an ANSI C compiler:
161
161
 
162
 
     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
 
162
     ./configure CC="cc -Ae"
163
163
 
164
164
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
165
165
 
174
174
 
175
175
     ./configure CC="cc -nodtk"
176
176
 
177
 
   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
178
 
directory contains several dysfunctional programs; working variants of
179
 
these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
180
 
in your `PATH', put it _after_ `/usr/bin'.
181
 
 
182
 
   On Haiku, software installed for all users goes in `/boot/common',
183
 
not `/usr/local'.  It is recommended to use the following options:
184
 
 
185
 
     ./configure --prefix=/boot/common
186
 
 
187
177
Specifying the System Type
188
178
==========================
189
179
 
199
189
 
200
190
where SYSTEM can have one of these forms:
201
191
 
202
 
     OS
203
 
     KERNEL-OS
 
192
     OS KERNEL-OS
204
193
 
205
194
   See the file `config.sub' for the possible values of each field.  If
206
195
`config.sub' isn't included in this package, then this package doesn't