~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Michael Vogt
  • Date: 2014-06-05 14:01:57 UTC
  • mto: This revision was merged to the branch mainline in revision 849.
  • Revision ID: michael.vogt@ubuntu.com-20140605140157-2183jk30j7vujox9
use apt-helper to download the data file to get the apt proxy settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installation Instructions
2
2
*************************
3
3
 
4
 
Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
 
4
Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
5
5
Inc.
6
6
 
7
7
   Copying and distribution of this file, with or without modification,
12
12
Basic Installation
13
13
==================
14
14
 
15
 
   Briefly, the shell commands `./configure; make; make install' should
16
 
configure, build, and install this package.  The following
 
15
   Briefly, the shell command `./configure && make && make install'
 
16
should configure, build, and install this package.  The following
17
17
more-detailed instructions are generic; see the `README' file for
18
18
instructions specific to this package.  Some packages provide this
19
19
`INSTALL' file but do not implement all of the features documented
309
309
overridden in the site shell script).
310
310
 
311
311
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
312
 
an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
312
an Autoconf limitation.  Until the limitation is lifted, you can use
 
313
this workaround:
313
314
 
314
 
     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
315
     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
315
316
 
316
317
`configure' Invocation
317
318
======================
367
368
 
368
369
`configure' also accepts some other, not widely useful, options.  Run
369
370
`configure --help' for more details.
370