~ubuntu-branches/ubuntu/saucy/autoconf/saucy

« back to all changes in this revision

Viewing changes to BUGS

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-02-10 11:19:19 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210111919-em4fvdv91rsn40sb
Tags: 2.63-2ubuntu1
* Merge from Debian experimental, remaining changes:
  * bin/autoreconf.in: Check whether libtoolize supports --install, if it
    does, libtoolize is safe to run at all times since it will not install
    new files unless --install is passed to it as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- outline -*-
2
2
 
3
3
This file lists the bugs you must be aware of.  Be sure to check this
4
 
file before using Autoconf, and especially CVS versions of Autoconf.
5
 
 
6
 
        Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
7
 
 
8
 
        This file is part of GNU Autoconf.
9
 
 
10
 
        GNU Autoconf is free software; you can redistribute it and/or modify
 
4
file before using Autoconf, and especially git versions of Autoconf.
 
5
 
 
6
        Copyright (C) 2000-2002, 2006-2008 Free Software Foundation, Inc.
 
7
 
 
8
        This program is free software: you can redistribute it and/or modify
11
9
        it under the terms of the GNU General Public License as published by
12
 
        the Free Software Foundation; either version 2, or (at your option)
13
 
        any later version.
 
10
        the Free Software Foundation, either version 3 of the License, or
 
11
        (at your option) any later version.
14
12
 
15
 
        GNU Autoconf is distributed in the hope that it will be useful,
 
13
        This program is distributed in the hope that it will be useful,
16
14
        but WITHOUT ANY WARRANTY; without even the implied warranty of
17
15
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
16
        GNU General Public License for more details.
19
17
 
20
18
        You should have received a copy of the GNU General Public License
21
 
        along with autoconf; see the file COPYING.  If not, write to
22
 
        the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23
 
        Boston, MA 02110-1301, USA.
 
19
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
20
 
25
21
 
26
22
Autoconf must not be used in production if there are ``Serious'' bugs,
33
29
                    `--------------------------*/
34
30
 
35
31
* No known serious or important bugs.
36
 
 
37
 
* Minor Problems
38
 
 
39
 
Some Makefile segments do not behave correctly in VPATH builds with proprietary
40
 
`make' programs.  Some BSD `make's will work.  For best results, build in the
41
 
source directory or use GNU `make'.
42
 
 
43
 
Parallel builds via `make -jN' do not work.