[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] place names of contributors under m4 rather than shell comments
From: |
Paolo Bonzini |
Subject: |
[PATCH] place names of contributors under m4 rather than shell comments |
Date: |
Mon, 13 Oct 2008 10:50:25 +0200 |
I noticed that if I search my name on Google Code Search, most of
the results are configure scripts. :-)
My ego is big enough to search for my name on Google Code Search, but
not enough to be fond of having so many results, so I propose this patch.
Ok to push?
Paolo
2008-10-12 Paolo Bonzini <address@hidden>
* lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Place names of
contributors under m4 rather than shell comments.
---
lib/m4sugar/m4sh.m4 | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index ef3d93b..aa5669b 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -950,16 +950,15 @@ AS_REQUIRE([_AS_ME_PREPARE])dnl
_AS_DETECT_SUGGESTED([_AS_LINENO_WORKS])
_AS_LINENO_WORKS || {
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
- # uniformly replaced by the line number. The first 'sed' inserts a
- # line-number line after each line using $LINENO; the second 'sed'
- # does the real work. The second script uses 'N' to pair each
- # line-number line with the line containing $LINENO, and appends
- # trailing '-' during substitution so that $LINENO is not a special
- # case at line end.
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
- # scripts with optimization help from Paolo Bonzini. Blame Lee
- # E. McMahon (1931-1989) for sed's syntax. :-)
+ dnl Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ dnl uniformly replaced by the line number. The first 'sed' inserts a
+ dnl line-number line after each line using $LINENO; the second 'sed'
+ dnl does the real work. The second script uses 'N' to pair each
+ dnl line-number line with the line containing $LINENO, and appends
+ dnl trailing '-' during substitution so that $LINENO is not a special
+ dnl case at line end. (Raja R Harinath suggested sed '=', and Paul
+ dnl Eggert wrote the scripts with optimization help from Paolo Bonzini).
+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[[$]]LINENO/=
--
1.5.5
- [PATCH] place names of contributors under m4 rather than shell comments,
Paolo Bonzini <=