Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Mon, 05 Mar 2012 07:01:25
Message-Id: 1330930812.e1758c2cf0776a62398cd561402db63bd20ecd83.vapier@gentoo
1 commit: e1758c2cf0776a62398cd561402db63bd20ecd83
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 5 04:55:40 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 5 07:00:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sandbox.git;a=commit;h=e1758c2c
7
8 update autotool files
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 ---
13 INSTALL | 9 +++++++--
14 1 files changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/INSTALL b/INSTALL
17 index 7d1c323..a1e89e1 100644
18 --- a/INSTALL
19 +++ b/INSTALL
20 @@ -1,8 +1,8 @@
21 Installation Instructions
22 *************************
23
24 -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
25 -2006, 2007, 2008, 2009 Free Software Foundation, Inc.
26 +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
27 +Inc.
28
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 @@ -226,6 +226,11 @@ order to use an ANSI C compiler:
32
33 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
34
35 + HP-UX `make' updates targets which have the same time stamps as
36 +their prerequisites, which makes it generally unusable when shipped
37 +generated files such as `configure' are involved. Use GNU `make'
38 +instead.
39 +
40 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
41 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
42 a workaround. If GNU CC is not installed, it is therefore recommended