mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m, which incorrectly sets the mode of an existing destination directory. In some cases the unpatched install-sh could do the equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD system. We hope this is rare in practice, but it's clearly worth fixing. Problem reported by Alex Unleashed in <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>. Also, don't bother to check for -m bugs unless we're using -m; suggested by Stepan Kasal. 2006-10-14 Paul Eggert <eggert@cs.ucla.edu> Import this change from Automake: 2006-08-23 Alexandre Duret-Lutz <adl@gnu.org> * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability is enabled by default with gnu and gnits strictness. Report from Bruno Haible. 2006-03-10 Alexandre Duret-Lutz <adl@gnu.org> * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in gnu and gnits modes. Import this change from Config: 2006-09-20 Ben Elliston <bje@gnu.org> * build-aux/config.sub (score, score-*): New. Import this change from Gnulib: 2006-09-16 Karl Berry <karl@gnu.org> * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec, to avoid sectioning errors. Import these changes from Texinfo: 2006-10-04 Karl Berry <karl@gnu.org> * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright. (\quoteexpand): rename to \rquoteexpand. (\codequoteleft): new def, to look for @set codequotebacktick. (\lquoteexpand, \quoteexpand): new defs. (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's. (\code): must use new \...Char values, since now ` is active. 2006-08-26 Karl Berry <karl@gnu.org> * build-aux/texinfo.tex (\textdegree): New command. 2006-08-12 Karl Berry <karl@gnu.org> * build-aux/texinfo.tex (error \box0): smaller font. |
||
---|---|---|
bin | ||
build-aux | ||
config | ||
doc | ||
lib | ||
m4 | ||
man | ||
tests | ||
.cvsignore | ||
.x-sc_prohibit_atoi_atof | ||
.x-sc_space_tab | ||
.x-sc_sun_os_names | ||
.x-sc_trailing_blank | ||
.x-sc_useless_cpp_parens | ||
aclocal.m4 | ||
AUTHORS | ||
BUGS | ||
ChangeLog | ||
ChangeLog.0 | ||
ChangeLog.1 | ||
ChangeLog.2 | ||
configure | ||
configure.ac | ||
COPYING | ||
GNUmakefile | ||
HACKING | ||
INSTALL | ||
Makefile.am | ||
Makefile.cfg | ||
Makefile.in | ||
Makefile.maint | ||
NEWS | ||
README | ||
README-alpha | ||
THANKS | ||
TODO |
-*- text -*- Autoconf Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls. Producing configuration scripts using Autoconf requires GNU M4 and Perl. You should install GNU M4 (version 1.4.7 or later) and Perl (5.005_03 or later) before configuring Autoconf, so that Autoconf's configure script can find them. The configuration scripts produced by Autoconf are self-contained, so their users do not need to have Autoconf (or GNU M4, Perl, etc.). You can get GNU M4 1.4.7 here: ftp://ftp.gnu.org/gnu/m4/m4-1.4.7.tar.gz The file INSTALL should be distributed with packages that use Autoconf-generated configure scripts and Makefiles that conform to the GNU coding standards. The package's README can just give an overview of the package, where to report bugs, and a pointer to INSTALL for instructions on compilation and installation. This removes the need to maintain many similar sets of installation instructions. Be sure to read BUGS (especially if this version is not an official release) and INSTALL. Mail suggestions to autoconf@gnu.org, report bugs to bug-autoconf@gnu.org, and submit patches to autoconf-patches@gnu.org. Always include the Autoconf version number, which you can get by running `autoconf --version'. Archives of bug-autoconf@gnu.org can be found in <http://lists.gnu.org/archive/html/bug-autoconf/>, and similarly for the other mailing lists. ----- Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Autoconf. GNU Autoconf is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Autoconf is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Autoconf; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.