From: Akim Demaille Date: Sun, 27 Oct 2002 18:14:58 +0000 (+0000) Subject: * configure.ac: Bump to 2.54b. X-Git-Tag: AUTOCONF-2.54b~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54fb7e2e7b40993fed5a7cb2b30e7a61d443a2a;p=thirdparty%2Fautoconf.git * configure.ac: Bump to 2.54b. --- diff --git a/ChangeLog b/ChangeLog index 5737d9178..deb71a348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-27 Akim Demaille + + * configure.ac: Bump to 2.54b. + 2002-10-25 Akim Demaille Version 2.54a. diff --git a/Makefile.in b/Makefile.in index 2d89f2921..fb201572b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,7 +53,6 @@ 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/NEWS b/NEWS index 4177273f2..de0f48384 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ -* Major changes in Autoconf 2.54a -*- outline -*- +* Major changes in Autoconf 2.54b -*- outline -*- -Tip of the release: +Release tips: - Did you have your configure.ac checked by autoscan? - Did you try the warning options? + Have your configure.ac checked by autoscan ("autoscan"). + Try the warning options ("autoreconf -fv -Wall"). ** Documentation diff --git a/aclocal.m4 b/aclocal.m4 index add2e7c53..a879cb688 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -540,7 +540,7 @@ AC_CACHE_CHECK([dependency style of $depcc], if depmode=$depmode \ source=conftest.c object=conftest.o \ depfile=conftest.Po tmpdepfile=conftest.TPo \ - $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && + $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 && grep conftest.h conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then am_cv_$1_dependencies_compiler_type=$depmode diff --git a/bin/Makefile.in b/bin/Makefile.in index d6dc33f21..85e521671 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -53,7 +53,6 @@ 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/config/Makefile.in b/config/Makefile.in index 5f12202ec..5ede10af5 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -141,9 +141,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/configure b/configure index fb43a4a83..68b680fa6 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.54a. +# Generated by GNU Autoconf 2.54a for GNU Autoconf 2.54b. # # 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.54a' -PACKAGE_STRING='GNU Autoconf 2.54a' +PACKAGE_VERSION='2.54b' +PACKAGE_STRING='GNU Autoconf 2.54b' 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.54a to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.54b 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.54a:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.54b:";; esac cat <<\_ACEOF @@ -853,7 +853,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Autoconf configure 2.54a +GNU Autoconf configure 2.54b generated by GNU Autoconf 2.54a Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -868,7 +868,7 @@ 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.54a, which was +It was created by GNU Autoconf $as_me 2.54b, which was generated by GNU Autoconf 2.54a. Invocation command line was $ $0 $@ @@ -922,49 +922,23 @@ _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= -ac_must_keep_next=false -for ac_pass in 1 2 +for ac_arg do - 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 + 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=" " 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 @@ -1469,7 +1443,7 @@ fi # Define the identity of the package. PACKAGE=autoconf - VERSION=2.54a + VERSION=2.54b cat >>confdefs.h <<_ACEOF @@ -1971,7 +1945,7 @@ _ACEOF t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcache -if diff $cache_file confcache >/dev/null 2>&1; then :; else +if cmp -s $cache_file confcache; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file @@ -2312,7 +2286,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Autoconf $as_me 2.54a, which was +This file was extended by GNU Autoconf $as_me 2.54b, which was generated by GNU Autoconf 2.54a. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2369,7 +2343,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.54a +GNU Autoconf config.status 2.54b configured by $0, generated by GNU Autoconf 2.54a, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 1c5b49492..1269bc56f 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.54a], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.54b], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog]) diff --git a/doc/Makefile.in b/doc/Makefile.in index 7e702b605..2b4f9be8c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -132,7 +132,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status .texi.info: @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - `test -f '$<' || echo '$(srcdir)/'`$< -o $@ + -o $@ `test -f '$<' || echo '$(srcdir)/'`$< .texi.dvi: TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ @@ -147,7 +147,7 @@ autoconf.info: autoconf.texi version.texi $(autoconf_TEXINFOS) autoconf.dvi: autoconf.texi version.texi $(autoconf_TEXINFOS) autoconf.pdf: autoconf.texi version.texi $(autoconf_TEXINFOS) version.texi: stamp-vti -stamp-vti: autoconf.texi $(top_srcdir)/configure.ac +stamp-vti: autoconf.texi $(top_srcdir)/configure @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ @@ -173,7 +173,7 @@ TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch DVIPS = dvips .dvi.ps: - $(DVIPS) $< -o $@ + $(DVIPS) -o $@ $< uninstall-info-am: $(PRE_UNINSTALL) @@ -236,9 +236,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/lib/Autom4te/Makefile.in b/lib/Autom4te/Makefile.in index 0747cd925..41a588a95 100644 --- a/lib/Autom4te/Makefile.in +++ b/lib/Autom4te/Makefile.in @@ -192,9 +192,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/lib/Makefile.in b/lib/Makefile.in index cd621d0d4..dbcba3993 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -127,7 +127,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive DIST_COMMON = Makefile.am Makefile.in -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs all: all-recursive .SUFFIXES: @@ -280,9 +280,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ @@ -303,7 +305,7 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done - list='$(SUBDIRS)'; for subdir in $$list; do \ + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ diff --git a/lib/autoscan/Makefile.in b/lib/autoscan/Makefile.in index e1f48cd54..b87e56848 100644 --- a/lib/autoscan/Makefile.in +++ b/lib/autoscan/Makefile.in @@ -53,7 +53,6 @@ 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 25ad42c36..54ffa62ec 100644 --- a/lib/emacs/Makefile.in +++ b/lib/emacs/Makefile.in @@ -159,9 +159,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/man/Makefile.in b/man/Makefile.in index f7967e78c..ccf2e16bf 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -181,9 +181,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/man/autoconf.1 b/man/autoconf.1 index d80286b2e..18278fbb2 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,11 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOCONF "1" "October 2002" "autoconf 2.54a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013. +.TH AUTOCONF "1" "October 2002" "GNU Autoconf 2.54b" FSF .SH NAME -autoconf \- Generate configuration scripts +autoconf \- manual page for autoconf 2.54b .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 @@ -72,12 +73,6 @@ 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" @@ -103,3 +98,8 @@ 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 0513a744b..de473960e 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,11 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOHEADER "1" "October 2002" "autoheader 2.54a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013. +.TH AUTOHEADER "1" "October 2002" "GNU Autoconf 2.54b" FSF .SH NAME -autoheader \- Create a template header for configure +autoheader \- manual page for autoheader 2.54b .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'. @@ -50,12 +51,6 @@ 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" @@ -81,3 +76,8 @@ 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 fb1d0e14c..5da2c72d5 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,11 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOM4TE "1" "October 2002" "autom4te 2.54a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013. +.TH AUTOM4TE "1" "October 2002" "GNU Autoconf 2.54b" FSF .SH NAME -autom4te \- Generate files and scripts thanks to M4 +autom4te \- manual page for autom4te 2.54b .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 @@ -106,12 +107,6 @@ 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" @@ -137,3 +132,8 @@ 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 189d6a055..02fc541e4 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,11 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTORECONF "1" "October 2002" "autoreconf 2.54a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013. +.TH AUTORECONF "1" "October 2002" "GNU Autoconf 2.54b" FSF .SH NAME -autoreconf \- Update generated configuration files +autoreconf \- manual page for autoreconf 2.54b .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 @@ -47,12 +48,6 @@ 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" @@ -78,3 +73,8 @@ 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 b9d496da5..443f48ecf 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,11 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOSCAN "1" "October 2002" "autoscan 2.54a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013. +.TH AUTOSCAN "1" "October 2002" "GNU Autoconf 2.54b" FSF .SH NAME -autoscan \- Generate a preliminary configure.in +autoscan \- manual page for autoscan 2.54b .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 @@ -30,12 +31,6 @@ 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" @@ -61,3 +56,8 @@ 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 d6ebf3497..96c946fdb 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,11 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOUPDATE "1" "October 2002" "autoupdate 2.54a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.013. +.TH AUTOUPDATE "1" "October 2002" "GNU Autoconf 2.54b" FSF .SH NAME -autoupdate \- Update a configure.in to a newer Autoconf +autoupdate \- manual page for autoupdate 2.54b .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. @@ -32,12 +33,6 @@ 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" @@ -63,3 +58,8 @@ 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 355763998..20cc26020 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -1,11 +1,16 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH IFNAMES "1" "October 2002" "ifnames " "User Commands" +.\" 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 .SH NAME -ifnames \- Extract CPP conditionals from a set of files +ifnames \- manual page for ifnames +ifnames (GNU Autoconf) 2.54b +Written by David J. MacKenzie and Paul Eggert. .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 @@ -17,16 +22,8 @@ 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.54a .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), @@ -50,3 +47,8 @@ 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.