From c94a13830042e840802cb8a27bfe5ba603544da0 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 16 Oct 2006 20:58:44 +0000 Subject: * bin/autoconf.as (version): Reword to match GNU Coding Standards. * bin/autoheader.in (version): Likewise. * bin/autom4te.in (version): Likewise. * bin/autoreconf.in (version): Likewise. * bin/autoscan.in (version): Likewise. * bin/autoupdate.in (version): Likewise. * bin/ifnames.in (version): Likewise. --- man/Makefile.in | 73 ++++++++++++++++++++++++++++++++++---------------------- man/autoconf.1 | 7 +++--- man/autoheader.1 | 9 +++---- man/autom4te.1 | 9 +++---- man/autoreconf.1 | 9 +++---- man/autoscan.1 | 7 +++--- man/autoupdate.1 | 7 +++--- man/ifnames.1 | 7 +++--- 8 files changed, 75 insertions(+), 53 deletions(-) (limited to 'man') diff --git a/man/Makefile.in b/man/Makefile.in index 25edeabb..6d5c1cf7 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,15 +15,11 @@ @SET_MAKE@ # Make Autoconf man pages. -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c @@ -69,6 +65,7 @@ EMACSLOADPATH = @EMACSLOADPATH@ EXPR = @EXPR@ GREP = @GREP@ HELP2MAN = @HELP2MAN@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -79,6 +76,7 @@ LTLIBOBJS = @LTLIBOBJS@ M4 = @M4@ M4_DEBUGFILE = @M4_DEBUGFILE@ MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ @@ -93,12 +91,17 @@ SHELL = @SHELL@ STRIP = @STRIP@ TEST_EMACS = @TEST_EMACS@ VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_cv_sh_n_works = @ac_cv_sh_n_works@ am__leading_dot = @am__leading_dot@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ +builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ @@ -123,8 +126,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ dist_man_MANS = \ $(srcdir)/autoconf.1 \ $(srcdir)/autoheader.1 \ @@ -178,10 +184,9 @@ $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -uninstall-info-am: install-man1: $(man1_MANS) $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)" + test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ @@ -232,23 +237,21 @@ CTAGS: distdir: $(DISTFILES) - $(mkdir_p) $(distdir)/$(srcdir) - @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; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -264,7 +267,7 @@ check: check-am all-am: Makefile $(MANS) installdirs: for dir in "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am @@ -312,12 +315,20 @@ info-am: install-data-am: install-man +install-dvi: install-dvi-am + install-exec-am: +install-html: install-html-am + install-info: install-info-am install-man: install-man1 +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -336,18 +347,22 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am uninstall-man +uninstall-am: uninstall-man uninstall-man: uninstall-man1 +.MAKE: install-am install-strip + .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-man1 install-strip installcheck installcheck-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-man1 install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ - uninstall-am uninstall-info-am uninstall-man uninstall-man1 + uninstall-am uninstall-man uninstall-man1 $(srcdir)/autoconf.1: $(common_dep) $(binsrcdir)/autoconf.as $(srcdir)/autoheader.1: $(common_dep) $(binsrcdir)/autoheader.in diff --git a/man/autoconf.1 b/man/autoconf.1 index b2f9fe13..fdf901c5 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOCONF "1" "June 2006" "autoconf 2.60a" "User Commands" +.TH AUTOCONF "1" "October 2006" "autoconf 2.60b" "User Commands" .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS @@ -79,8 +79,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), diff --git a/man/autoheader.1 b/man/autoheader.1 index bdb64bb7..361ce21c 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOHEADER "1" "June 2006" "autoheader 2.60a" "User Commands" +.TH AUTOHEADER "1" "October 2006" "autoheader 2.60b" "User Commands" .SH NAME autoheader \- Create a template header for configure .SH SYNOPSIS @@ -42,7 +42,7 @@ obsolete features or constructions user redefinitions of Automake rules or variables .TP `portability' -portability issues +portability issues (default in gnu and gnits modes) .TP `syntax' dubious syntactic constructs (default) @@ -75,8 +75,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), diff --git a/man/autom4te.1 b/man/autom4te.1 index 1687f011..cc29e472 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOM4TE "1" "September 2006" "autom4te 2.60b" "User Commands" +.TH AUTOM4TE "1" "October 2006" "autom4te 2.60b" "User Commands" .SH NAME autom4te \- Generate files and scripts thanks to M4 .SH SYNOPSIS @@ -82,7 +82,7 @@ obsolete features or constructions user redefinitions of Automake rules or variables .TP `portability' -portability issues +portability issues (default in gnu and gnits modes) .TP `syntax' dubious syntactic constructs (default) @@ -128,8 +128,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 4fc1546e..b0bf140e 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTORECONF "1" "June 2006" "autoreconf 2.60a" "User Commands" +.TH AUTORECONF "1" "October 2006" "autoreconf 2.60b" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS @@ -61,7 +61,7 @@ obsolete features or constructions user redefinitions of Automake rules or variables .TP `portability' -portability issues +portability issues (default in gnu and gnits modes) .TP `syntax' dubious syntactic constructs (default) @@ -100,8 +100,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), diff --git a/man/autoscan.1 b/man/autoscan.1 index aa4328a6..c41d2458 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOSCAN "1" "June 2006" "autoscan 2.60a" "User Commands" +.TH AUTOSCAN "1" "October 2006" "autoscan 2.60b" "User Commands" .SH NAME autoscan \- Generate a preliminary configure.in .SH SYNOPSIS @@ -37,8 +37,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 2c7cf322..261c529f 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOUPDATE "1" "June 2006" "autoupdate 2.60a" "User Commands" +.TH AUTOUPDATE "1" "October 2006" "autoupdate 2.60b" "User Commands" .SH NAME autoupdate \- Update a configure.in to a newer Autoconf .SH SYNOPSIS @@ -39,8 +39,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), diff --git a/man/ifnames.1 b/man/ifnames.1 index 97441d85..6311a604 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH IFNAMES "1" "June 2006" "ifnames 2.60a" "User Commands" +.TH IFNAMES "1" "October 2006" "ifnames 2.60b" "User Commands" .SH NAME ifnames \- Extract CPP conditionals from a set of files .SH SYNOPSIS @@ -24,8 +24,9 @@ Report bugs to . .SH COPYRIGHT Copyright \(co 2006 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. +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" .BR autoconf (1), .BR automake (1), -- cgit v1.2.1