automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-18-g6322e38
Date: Thu, 20 Mar 2008 19:06:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=6322e381eea63a237319f51344a3ef5fbe25974f

The branch, branch-1-10 has been updated
       via  6322e381eea63a237319f51344a3ef5fbe25974f (commit)
       via  92eb36c87f7b70fda6915e1539f8e1afceb807f9 (commit)
       via  63e47512ba34bf2e546bd5807cc1b80a7b4db1ea (commit)
       via  a499fb282a84fb7c7af89da5e1470fa953d964af (commit)
      from  7f351a26883ea23a305a568fb91be840a86e6ab5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6322e381eea63a237319f51344a3ef5fbe25974f
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Mar 20 20:04:09 2008 +0100

    * lib/texinfo.tex: Sync from upstream.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit 92eb36c87f7b70fda6915e1539f8e1afceb807f9
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 17 07:14:29 2008 +0100

    Fix nits in the manual.
    
    * doc/automake.texi (Requirements, Linking, Extending):
    Fix underfull and overfull lines, fix wording a bit.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit 63e47512ba34bf2e546bd5807cc1b80a7b4db1ea
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 17 07:09:45 2008 +0100

    Sync auxiliary files from upstream.
    
    * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
    upstream.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit a499fb282a84fb7c7af89da5e1470fa953d964af
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 17 07:07:58 2008 +0100

    Pull config.guess and config.sub from upstream git repo now.
    
    * Makefile.am (WGET_SV_GIT_CF): New.
    (fetch): Pull config.guess and config.sub from git repo now.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |   15 +++++++++++++++
 Makefile.am       |    5 +++--
 Makefile.in       |    5 +++--
 doc/automake.texi |   11 ++++++-----
 lib/config.guess  |    9 ++++++---
 lib/config.sub    |   12 ++++++++----
 lib/texinfo.tex   |   48 ++++++++++++++++++++++++++++++++----------------
 7 files changed, 73 insertions(+), 32 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f590817..382d83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-03-20  Ralf Wildenhues  <address@hidden>
+
+       * lib/texinfo.tex: Sync from upstream.
+
+2008-03-17  Ralf Wildenhues  <address@hidden>
+
+       * doc/automake.texi (Requirements, Linking, Extending):
+       Fix underfull and overfull lines, fix wording a bit.
+
+       * lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from
+       upstream.
+
+       * Makefile.am (WGET_SV_GIT_CF): New.
+       (fetch): Pull config.guess and config.sub from git repo now.
+
 2008-03-08  Ralf Wildenhues  <address@hidden>
 
        Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT.
diff --git a/Makefile.am b/Makefile.am
index 47c21f2..a63ae6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -361,6 +361,7 @@ path-check: distdir
 ## Program to use to fetch files.
 WGET = wget
 WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/
+WGET_SV_GIT_CF = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
 WGET_SV_GIT_AC = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
 WGET_SV_GIT_GL = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
 WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/'
@@ -381,8 +382,8 @@ fetch:
        mkdir Fetchdir
 ## If a get fails then that is a problem.
        (cd Fetchdir && \
-       $(WGET_SV_CVS)config/config/config.guess -O config.guess && \
-       $(WGET_SV_CVS)config/config/config.sub -O config.sub && \
+       $(WGET_SV_GIT_CF)config.guess -O config.guess && \
+       $(WGET_SV_GIT_CF)config.sub -O config.sub && \
        $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
        $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
        $(WGET_GCC)config-ml.in -O config-ml.in && \
diff --git a/Makefile.in b/Makefile.in
index 12c7083..43c3ce3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -189,6 +189,7 @@ do_subst = sed \
 
 WGET = wget
 WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/
+WGET_SV_GIT_CF = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
 WGET_SV_GIT_AC = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
 WGET_SV_GIT_GL = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
 WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/'
@@ -901,8 +902,8 @@ fetch:
        rm -rf Fetchdir > /dev/null 2>&1
        mkdir Fetchdir
        (cd Fetchdir && \
-       $(WGET_SV_CVS)config/config/config.guess -O config.guess && \
-       $(WGET_SV_CVS)config/config/config.sub -O config.sub && \
+       $(WGET_SV_GIT_CF)config.guess -O config.guess && \
+       $(WGET_SV_GIT_CF)config.sub -O config.sub && \
        $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
        $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
        $(WGET_GCC)config-ml.in -O config-ml.in && \
diff --git a/doc/automake.texi b/doc/automake.texi
index a07bd03..a6da797 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -2571,7 +2571,7 @@ AC_CONFIG_FILES([Makefile:top.in:Makefile.in:bot.in])
 @noindent
 @command{automake} will generate the first @file{.in} input file for
 which a @file{.am} file exists.  If no such file exists the output
-file is not considered to be Automake generated.
+file is not considered to be generated by Automake.
 
 Files created by @code{AC_CONFIG_FILES}, be they Automake
 @file{Makefile}s or not, are all removed by @samp{make distclean}.
@@ -4518,7 +4518,7 @@ cause an invalid value for @address@hidden to be
 generated.
 
 @ref{Conditional Sources} shows a situation where @code{_DEPENDENCIES}
-is useful.
+may be used.
 
 @cindex @code{LDADD} and @option{-l}
 @cindex @option{-l} and @code{LDADD}
@@ -9054,9 +9054,10 @@ resort to handwritten rules or even handwritten 
@file{Makefile}s.
 @node Extending
 @section Extending Automake Rules
 
-With some minor exceptions (like @code{_PROGRAMS} variables, @code{TESTS},
-or @code{XFAIL_TESTS}) being rewritten to append @samp{$(EXEEXT)}), the
-contents of a @file{Makefile.am} is copied to @file{Makefile.in} verbatim.
+With some minor exceptions (for example @code{_PROGRAMS} variables,
address@hidden, or @code{XFAIL_TESTS}) being rewritten to append
address@hidden(EXEEXT)}), the contents of a @file{Makefile.am} is copied to
address@hidden verbatim.
 
 @cindex copying semantics
 
diff --git a/lib/config.guess b/lib/config.guess
index ca2a03c..6603908 100755
--- a/lib/config.guess
+++ b/lib/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-01-08'
+timestamp='2008-03-12'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1216,6 +1216,9 @@ EOF
     BePC:BeOS:*:*)     # BeOS running on Intel PC compatible.
        echo i586-pc-beos
        exit ;;
+    BePC:Haiku:*:*)    # Haiku running on Intel PC compatible.
+       echo i586-pc-haiku
+       exit ;;
     SX-4:SUPER-UX:*:*)
        echo sx4-nec-superux${UNAME_RELEASE}
        exit ;;
@@ -1484,9 +1487,9 @@ This script, last modified $timestamp, has failed to 
recognize
 the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
+  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 and
-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
+  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be
diff --git a/lib/config.sub b/lib/config.sub
index 6759825..0f295d9 100755
--- a/lib/config.sub
+++ b/lib/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-01-16'
+timestamp='2008-03-08'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -254,8 +254,10 @@ case $basic_machine in
        | mips | mipsbe | mipseb | mipsel | mipsle \
        | mips16 \
        | mips64 | mips64el \
-       | mips64vr | mips64vrel \
+       | mips64octeon | mips64octeonel \
        | mips64orion | mips64orionel \
+       | mips64r5900 | mips64r5900el \
+       | mips64vr | mips64vrel \
        | mips64vr4100 | mips64vr4100el \
        | mips64vr4300 | mips64vr4300el \
        | mips64vr5000 | mips64vr5000el \
@@ -335,8 +337,10 @@ case $basic_machine in
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
        | mips16-* \
        | mips64-* | mips64el-* \
-       | mips64vr-* | mips64vrel-* \
+       | mips64octeon-* | mips64octeonel-* \
        | mips64orion-* | mips64orionel-* \
+       | mips64r5900-* | mips64r5900el-* \
+       | mips64vr-* | mips64vrel-* \
        | mips64vr4100-* | mips64vr4100el-* \
        | mips64vr4300-* | mips64vr4300el-* \
        | mips64vr5000-* | mips64vr5000el-* \
@@ -364,7 +368,7 @@ case $basic_machine in
        | sparclite-* \
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* 
| sx?-* \
        | tahoe-* | thumb-* \
-       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
        | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
diff --git a/lib/texinfo.tex b/lib/texinfo.tex
index d2b264d..e4f38dd 100644
--- a/lib/texinfo.tex
+++ b/lib/texinfo.tex
@@ -3,11 +3,11 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2007-12-02.17}
+\def\texinfoversion{2008-03-17.10}
 %
-% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 2007,
+% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-% 2007 Free Software Foundation, Inc.
+% 2007, 2008 Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
@@ -97,6 +97,7 @@
 \let\ptexslash=\/
 \let\ptexstar=\*
 \let\ptext=\t
+\let\ptextop=\top
 
 % If this character appears in an error message or help string, it
 % starts a new line in the output.
@@ -916,15 +917,19 @@ where each line of input produces a line of output.}
   \temp
 }
 
-% @include file    insert text of that file as input.
+% @include FILE -- \input text of FILE.
 %
 \def\include{\parseargusing\filenamecatcodes\includezzz}
 \def\includezzz#1{%
   \pushthisfilestack
   \def\thisfile{#1}%
   {%
-    \makevalueexpandable
-    \def\temp{\input #1 }%
+    \makevalueexpandable  % we want to expand any @value in FILE.  
+    \turnoffactive        % and allow special characters in the expansion
+    \edef\temp{\noexpand\input #1 }%
+    %
+    % This trickery is to read FILE outside of a group, in case it makes
+    % definitions, etc.
     \expandafter
   }\temp
   \popthisfilestack
@@ -2560,6 +2565,13 @@ end
 \let\env=\code
 \let\command=\code
 
+% @clicksequence{File @click{} Open ...}
+\def\clicksequence#1{\begingroup #1\endgroup}
+
+% @clickstyle @arrow   (by default)
+\parseargdef\clickstyle{\def\click{#1}}
+\def\click{\arrow}
+
 % @uref (abbreviation for `urlref') takes an optional (comma-separated)
 % second argument specifying the text to display and an optional third
 % arg as text to display instead of (rather than in addition to) the url
@@ -5652,14 +5664,15 @@ end
 
 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
 %
-% Since these characters are used in examples, it should be an even number of
+% Since these characters are used in examples, they should be an even number of
 % \tt widths. Each \tt character is 1en, so two makes it 1em.
 %
 \def\point{$\star$}
-\def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
-\def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
+\def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}}
+\def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
+\def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}}
 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
-\def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
+\def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}}
 
 % The @error{} command.
 % Adapted from the TeXbook's \boxit.
@@ -5717,6 +5730,7 @@ end
   \let\/=\ptexslash
   \let\*=\ptexstar
   \let\t=\ptext
+  \expandafter \let\csname top\endcsname=\ptextop  % outer
   \let\frenchspacing=\plainfrenchspacing
   %
   \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
@@ -6953,20 +6967,22 @@ end
   %
   % Make link in pdf output.
   \ifpdf
-    \leavevmode
-    \getfilename{#4}%
     {\indexnofonts
      \turnoffactive
+     % This expands tokens, so do it after making catcode changes, so _
+     % etc. don't get their TeX definitions.
+     \getfilename{#4}%
+     %
      % See comments at \activebackslashdouble.
      {\activebackslashdouble \xdef\pdfxrefdest{#1}%
       \backslashparens\pdfxrefdest}%
      %
+     \leavevmode
+     \startlink attr{/Border [0 0 0]}%
      \ifnum\filenamelength>0
-       \startlink attr{/Border [0 0 0]}%
-         goto file{\the\filename.pdf} name{\pdfxrefdest}%
+       goto file{\the\filename.pdf} name{\pdfxrefdest}%
      \else
-       \startlink attr{/Border [0 0 0]}%
-         goto name{\pdfmkpgn{\pdfxrefdest}}%
+       goto name{\pdfmkpgn{\pdfxrefdest}}%
      \fi
     }%
     \setcolor{\linkcolor}%


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]