From: Akim Demaille Date: Mon, 28 Oct 2002 10:52:05 +0000 (+0000) Subject: * configure.ac: Bumpto 2.54c. X-Git-Tag: AUTOCONF-2.54c~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12da19c97b75a0b83316db4490249b5565e061f0;p=thirdparty%2Fautoconf.git * configure.ac: Bumpto 2.54c. --- diff --git a/ChangeLog b/ChangeLog index d7e14e057..fd078cc4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-28 Akim Demaille + + * configure.ac: Bumpto 2.54c. + 2002-10-28 Akim Demaille 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. diff --git a/NEWS b/NEWS index bccb4862f..75e70dc2e 100644 --- a/NEWS +++ b/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 diff --git a/config/Makefile.in b/config/Makefile.in index 5ede10af5..87a0b3e34 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -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@ diff --git a/configure b/configure index 68b680fa6..b5cc417ca 100755 --- a/configure +++ b/configure @@ -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 . # @@ -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 diff --git a/configure.ac b/configure.ac index 1269bc56f..2dc755573 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/Makefile.in b/doc/Makefile.in index 2b4f9be8c..5e2ba2d43 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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@ diff --git a/lib/Autom4te/Makefile.in b/lib/Autom4te/Makefile.in index 41a588a95..5ec9febf0 100644 --- a/lib/Autom4te/Makefile.in +++ b/lib/Autom4te/Makefile.in @@ -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@ diff --git a/lib/Makefile.in b/lib/Makefile.in index dbcba3993..68a536783 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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@ diff --git a/lib/autoconf/Makefile.in b/lib/autoconf/Makefile.in index 3125627a8..228209a9b 100644 --- a/lib/autoconf/Makefile.in +++ b/lib/autoconf/Makefile.in @@ -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@ diff --git a/lib/autoscan/Makefile.in b/lib/autoscan/Makefile.in index f17ea8108..4be911096 100644 --- a/lib/autoscan/Makefile.in +++ b/lib/autoscan/Makefile.in @@ -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@ diff --git a/lib/autotest/Makefile.in b/lib/autotest/Makefile.in index 536d7b2e8..1c2d10df7 100644 --- a/lib/autotest/Makefile.in +++ b/lib/autotest/Makefile.in @@ -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@ diff --git a/lib/emacs/Makefile.in b/lib/emacs/Makefile.in index 54ffa62ec..9b327a4c6 100644 --- a/lib/emacs/Makefile.in +++ b/lib/emacs/Makefile.in @@ -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@ diff --git a/lib/m4sugar/Makefile.in b/lib/m4sugar/Makefile.in index 88edc5791..cd6d48c4c 100644 --- a/lib/m4sugar/Makefile.in +++ b/lib/m4sugar/Makefile.in @@ -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@ diff --git a/man/Makefile.in b/man/Makefile.in index ccf2e16bf..36ad9997c 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -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@ diff --git a/man/autoconf.1 b/man/autoconf.1 index 18278fbb2..941360177 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -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 . .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. diff --git a/man/autoheader.1 b/man/autoheader.1 index de473960e..059e83710 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -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 . .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. diff --git a/man/autom4te.1 b/man/autom4te.1 index 5da2c72d5..85089b896 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -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 . .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. diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 02fc541e4..f8a5ec4c1 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -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 . .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. diff --git a/man/autoscan.1 b/man/autoscan.1 index 443f48ecf..5cdeed4bd 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -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 . .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. diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 96c946fdb..874342df4 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -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 . .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. diff --git a/man/ifnames.1 b/man/ifnames.1 index 20cc26020..c5a299dff 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -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 . +.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. diff --git a/tests/Makefile.in b/tests/Makefile.in index 74aab409b..e4b8524a3 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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@