~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7).

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 Free Software Foundation, Inc.
 
5
2006, 2007, 2008, 2009 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"
 
162
     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
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
 
177
187
Specifying the System Type
178
188
==========================
179
189
 
189
199
 
190
200
where SYSTEM can have one of these forms:
191
201
 
192
 
     OS KERNEL-OS
 
202
     OS
 
203
     KERNEL-OS
193
204
 
194
205
   See the file `config.sub' for the possible values of each field.  If
195
206
`config.sub' isn't included in this package, then this package doesn't