mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
* configure.ac: Bumpto 2.54c.
This commit is contained in:
parent
9b749b191c
commit
12da19c97b
@ -1,3 +1,7 @@
|
||||
2002-10-28 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* configure.ac: Bumpto 2.54c.
|
||||
|
||||
2002-10-28 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.54b.
|
||||
@ -67,7 +71,7 @@
|
||||
* lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
|
||||
Likewise.
|
||||
|
||||
Deprecate macros with unsual interface.
|
||||
Deprecate macros with unusual interfaces.
|
||||
|
||||
* lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
|
||||
(AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
|
||||
|
6
NEWS
6
NEWS
@ -1,4 +1,4 @@
|
||||
* Major changes in Autoconf 2.54b -*- outline -*-
|
||||
* Major changes in Autoconf 2.54c -*- outline -*-
|
||||
|
||||
|
||||
Release tips:
|
||||
@ -42,8 +42,8 @@ Release tips:
|
||||
|
||||
- New macros
|
||||
AC_COMPILER_IFELSE, AC_FUNC_MBRTOWC, AC_HEADER_STDBOOL,
|
||||
AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM, AC_MSG_FAILURE,
|
||||
AC_PREPROC_IFELSE.
|
||||
AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM, AC_LANG_CALL,
|
||||
AC_LANG_FUNC_TRY_LINK, AC_MSG_FAILURE, AC_PREPROC_IFELSE.
|
||||
|
||||
- Obsoleted
|
||||
Obsoleted macros are kept for Autoconf backward compatibility, but
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
82
configure
vendored
82
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.54a for GNU Autoconf 2.54b.
|
||||
# Generated by GNU Autoconf 2.54b for GNU Autoconf 2.54c.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -265,8 +265,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
PACKAGE_VERSION='2.54b'
|
||||
PACKAGE_STRING='GNU Autoconf 2.54b'
|
||||
PACKAGE_VERSION='2.54c'
|
||||
PACKAGE_STRING='GNU Autoconf 2.54c'
|
||||
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
|
||||
|
||||
ac_unique_file="ChangeLog"
|
||||
@ -719,7 +719,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures GNU Autoconf 2.54b to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.54c to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -781,7 +781,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.54b:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.54c:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -853,8 +853,8 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GNU Autoconf configure 2.54b
|
||||
generated by GNU Autoconf 2.54a
|
||||
GNU Autoconf configure 2.54c
|
||||
generated by GNU Autoconf 2.54b
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
Free Software Foundation, Inc.
|
||||
@ -868,8 +868,8 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by GNU Autoconf $as_me 2.54b, which was
|
||||
generated by GNU Autoconf 2.54a. Invocation command line was
|
||||
It was created by GNU Autoconf $as_me 2.54c, which was
|
||||
generated by GNU Autoconf 2.54b. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
||||
@ -922,23 +922,49 @@ _ACEOF
|
||||
# Keep a trace of the command line.
|
||||
# Strip out --no-create and --no-recursion so they do not pile up.
|
||||
# Also quote any args containing shell meta-characters.
|
||||
# Make two passes to allow for proper duplicate-argument suppression.
|
||||
ac_configure_args=
|
||||
ac_configure_args0=
|
||||
ac_configure_args1=
|
||||
ac_sep=
|
||||
for ac_arg
|
||||
ac_must_keep_next=false
|
||||
for ac_pass in 1 2
|
||||
do
|
||||
case $ac_arg in
|
||||
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
||||
| --no-cr | --no-c | -n ) continue ;;
|
||||
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
|
||||
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
||||
continue ;;
|
||||
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
||||
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
||||
esac
|
||||
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
||||
# Get rid of the leading space.
|
||||
ac_sep=" "
|
||||
for ac_arg
|
||||
do
|
||||
case $ac_arg in
|
||||
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
|
||||
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
||||
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
||||
esac
|
||||
case $ac_pass in
|
||||
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
|
||||
2)
|
||||
ac_configure_args1="$ac_configure_args1 '$ac_arg'"
|
||||
if test $ac_must_keep_next = true; then
|
||||
ac_must_keep_next=false # Got value, back to normal.
|
||||
else
|
||||
case $ac_arg in
|
||||
*=* | --config-cache | -C | -disable-* | --disable-* \
|
||||
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
||||
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
||||
| -with-* | --with-* | -without-* | --without-* | --x)
|
||||
case "$ac_configure_args0 " in
|
||||
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
|
||||
esac
|
||||
;;
|
||||
-* ) ac_must_keep_next=true ;;
|
||||
esac
|
||||
fi
|
||||
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
||||
# Get rid of the leading space.
|
||||
ac_sep=" "
|
||||
;;
|
||||
esac
|
||||
done
|
||||
done
|
||||
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
|
||||
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
|
||||
|
||||
# When interrupted or exit'd, cleanup temporary files, and complete
|
||||
# config.log. We remove comments because anyway the quotes in there
|
||||
@ -1443,7 +1469,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=autoconf
|
||||
VERSION=2.54b
|
||||
VERSION=2.54c
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -1945,7 +1971,7 @@ _ACEOF
|
||||
t end
|
||||
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
||||
: end' >>confcache
|
||||
if cmp -s $cache_file confcache; then :; else
|
||||
if diff $cache_file confcache >/dev/null 2>&1; then :; else
|
||||
if test -w $cache_file; then
|
||||
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
|
||||
cat confcache >$cache_file
|
||||
@ -2286,8 +2312,8 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GNU Autoconf $as_me 2.54b, which was
|
||||
generated by GNU Autoconf 2.54a. Invocation command line was
|
||||
This file was extended by GNU Autoconf $as_me 2.54c, which was
|
||||
generated by GNU Autoconf 2.54b. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
CONFIG_HEADERS = $CONFIG_HEADERS
|
||||
@ -2343,8 +2369,8 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.54b
|
||||
configured by $0, generated by GNU Autoconf 2.54a,
|
||||
GNU Autoconf config.status 2.54c
|
||||
configured by $0, generated by GNU Autoconf 2.54b,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||||
|
@ -22,7 +22,7 @@
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ([2.54])
|
||||
|
||||
AC_INIT([GNU Autoconf], [2.54b], [bug-autoconf@gnu.org])
|
||||
AC_INIT([GNU Autoconf], [2.54c], [bug-autoconf@gnu.org])
|
||||
AC_SUBST([PACKAGE_NAME])dnl
|
||||
AC_CONFIG_SRCDIR([ChangeLog])
|
||||
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
@ -1,12 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH AUTOCONF "1" "October 2002" "GNU Autoconf 2.54b" FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOCONF "1" "October 2002" "autoconf 2.54c" "User Commands"
|
||||
.SH NAME
|
||||
autoconf \- manual page for autoconf 2.54b
|
||||
autoconf \- Generate configuration scripts
|
||||
.SH SYNOPSIS
|
||||
.B autoconf
|
||||
[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Generate a configuration script from a TEMPLATE-FILE if given, or
|
||||
`configure.ac' if present, or else `configure.in'. Output is sent
|
||||
to the standard output if TEMPLATE-FILE is given, else into
|
||||
@ -73,6 +72,12 @@ report the list of calls to MACRO
|
||||
also trace Autoconf's initialization process
|
||||
.PP
|
||||
In tracing mode, no configuration script is created.
|
||||
.SH AUTHOR
|
||||
Written by David J. MacKenzie and Akim Demaille.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
@ -98,8 +103,3 @@ programs are properly installed at your site, the command
|
||||
.B info autoconf
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -1,12 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH AUTOHEADER "1" "October 2002" "GNU Autoconf 2.54b" FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOHEADER "1" "October 2002" "autoheader 2.54c" "User Commands"
|
||||
.SH NAME
|
||||
autoheader \- manual page for autoheader 2.54b
|
||||
autoheader \- Create a template header for configure
|
||||
.SH SYNOPSIS
|
||||
.B autoheader
|
||||
[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Create a template file of C `#define' statements for `configure' to
|
||||
use. To this end, scan TEMPLATE-FILE, or `configure.ac' if present,
|
||||
or else `configure.in'.
|
||||
@ -51,6 +50,12 @@ prepend directory DIR to search path
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
|
||||
append directory DIR to search path
|
||||
.SH AUTHOR
|
||||
Written by Roland McGrath and Akim Demaille.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
@ -76,8 +81,3 @@ programs are properly installed at your site, the command
|
||||
.B info autoheader
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -1,12 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH AUTOM4TE "1" "October 2002" "GNU Autoconf 2.54b" FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOM4TE "1" "October 2002" "autom4te 2.54c" "User Commands"
|
||||
.SH NAME
|
||||
autom4te \- manual page for autom4te 2.54b
|
||||
autom4te \- Generate files and scripts thanks to M4
|
||||
.SH SYNOPSIS
|
||||
.B autom4te
|
||||
[\fIOPTION\fR] ... [\fIFILES\fR]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Run GNU M4 on the FILES, avoiding useless runs. Output the traces if tracing,
|
||||
the frozen file if freezing, otherwise the expansion of the FILES.
|
||||
.PP
|
||||
@ -107,6 +106,12 @@ prepare to trace MACRO in a future run
|
||||
.TP
|
||||
\fB\-F\fR, \fB\-\-freeze\fR
|
||||
produce an M4 frozen state file for FILES
|
||||
.SH AUTHOR
|
||||
Written by Akim Demaille.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
@ -132,8 +137,3 @@ programs are properly installed at your site, the command
|
||||
.B info autom4te
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -1,12 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH AUTORECONF "1" "October 2002" "GNU Autoconf 2.54b" FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTORECONF "1" "October 2002" "autoreconf 2.54c" "User Commands"
|
||||
.SH NAME
|
||||
autoreconf \- manual page for autoreconf 2.54b
|
||||
autoreconf \- Update generated configuration files
|
||||
.SH SYNOPSIS
|
||||
.B autoreconf
|
||||
[\fIOPTION\fR] ... [\fICONFIGURE-AC or DIRECTORY\fR] ...
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint'
|
||||
(formerly `gettextize'), and `libtoolize' where appropriate)
|
||||
repeatedly to remake the GNU Build System files in the DIRECTORIES or
|
||||
@ -48,6 +47,12 @@ append directory DIR to search path
|
||||
.PP
|
||||
The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL,
|
||||
AUTOPOINT, LIBTOOLIZE are honored.
|
||||
.SH AUTHOR
|
||||
Written by David J. MacKenzie and Akim Demaille.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
@ -73,8 +78,3 @@ programs are properly installed at your site, the command
|
||||
.B info autoreconf
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -1,12 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH AUTOSCAN "1" "October 2002" "GNU Autoconf 2.54b" FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOSCAN "1" "October 2002" "autoscan 2.54c" "User Commands"
|
||||
.SH NAME
|
||||
autoscan \- manual page for autoscan 2.54b
|
||||
autoscan \- Generate a preliminary configure.in
|
||||
.SH SYNOPSIS
|
||||
.B autoscan
|
||||
[\fIOPTION\fR] ... [\fISRCDIR\fR]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Examine source files in the directory tree rooted at SRCDIR, or the
|
||||
current directory if none is given. Search the source files for
|
||||
common portability problems, check for incompleteness of
|
||||
@ -31,6 +30,12 @@ prepend directory DIR to search path
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
|
||||
append directory DIR to search path
|
||||
.SH AUTHOR
|
||||
Written by David J. MacKenzie and Akim Demaille.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
@ -56,8 +61,3 @@ programs are properly installed at your site, the command
|
||||
.B info autoscan
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -1,12 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH AUTOUPDATE "1" "October 2002" "GNU Autoconf 2.54b" FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOUPDATE "1" "October 2002" "autoupdate 2.54c" "User Commands"
|
||||
.SH NAME
|
||||
autoupdate \- manual page for autoupdate 2.54b
|
||||
autoupdate \- Update a configure.in to a newer Autoconf
|
||||
.SH SYNOPSIS
|
||||
.B autoupdate
|
||||
[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR...]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Update the TEMPLATE-FILE... if given, or `configure.ac' if present,
|
||||
or else `configure.in', to the syntax of the current version of
|
||||
Autoconf. The original files are backed up.
|
||||
@ -33,6 +32,12 @@ prepend directory DIR to search path
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
|
||||
append directory DIR to search path
|
||||
.SH AUTHOR
|
||||
Written by David J. MacKenzie and Akim Demaille.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.SH "SEE ALSO"
|
||||
@ -58,8 +63,3 @@ programs are properly installed at your site, the command
|
||||
.B info autoupdate
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -1,16 +1,11 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013.
|
||||
.TH IFNAMES "1" "October 2002" "ifnames
|
||||
ifnames (GNU Autoconf) 2.54b
|
||||
Written by David J. MacKenzie and Paul Eggert." FSF
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH IFNAMES "1" "October 2002" "ifnames " "User Commands"
|
||||
.SH NAME
|
||||
ifnames \- manual page for ifnames
|
||||
ifnames (GNU Autoconf) 2.54b
|
||||
Written by David J. MacKenzie and Paul Eggert.
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
.B ifnames
|
||||
[\fIOPTION\fR] ... [\fIFILE\fR] ...
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Scan all of the C source FILES (or the standard input, if none are
|
||||
given) and write to the standard output a sorted list of all the
|
||||
identifiers that appear in those files in `#if', `#elif', `#ifdef', or
|
||||
@ -22,8 +17,16 @@ print this help, then exit
|
||||
.TP
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
print version number, then exit
|
||||
.SH AUTHOR
|
||||
Written by David J. MacKenzie and Paul Eggert.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.PP
|
||||
ifnames (GNU Autoconf) 2.54c
|
||||
.SH "SEE ALSO"
|
||||
.BR autoconf (1),
|
||||
.BR automake (1),
|
||||
@ -47,8 +50,3 @@ programs are properly installed at your site, the command
|
||||
.B info ifnames
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
@ -53,6 +53,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
|
Loading…
x
Reference in New Issue
Block a user