All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Khryukin <alexander@mezon.ru>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] autoconf version update 2.69 and patch rediff
Date: Thu, 11 Oct 2012 18:15:48 +0400	[thread overview]
Message-ID: <1349964948.28555.8.camel@localhost> (raw)

Signed-off-by: Alexander Khryukin <alexander@mezon.ru>
---
 .../autoconf-dont-add-dirty-to-version.patch       | 26
+++++++++++-----------
 package/autoconf/autoconf.mk                       |  2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/package/autoconf/autoconf-dont-add-dirty-to-version.patch
b/package/autoconf/autoconf-dont-add-dirty-to-version.patch
index 38ac163..761ee3f 100644
--- a/package/autoconf/autoconf-dont-add-dirty-to-version.patch
+++ b/package/autoconf/autoconf-dont-add-dirty-to-version.patch
@@ -15,16 +15,16 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  build-aux/git-version-gen |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: autoconf-2.65/build-aux/git-version-gen
-===================================================================
---- autoconf-2.65.orig/build-aux/git-version-gen
-+++ autoconf-2.65/build-aux/git-version-gen
-@@ -135,7 +135,7 @@ case "$dirty" in
-     *) # Append the suffix only if there isn't one already.
- 	case $v in
- 	  *-dirty) ;;
--	  *) v="$v-dirty" ;;
-+	  #*) v="$v-dirty" ;;
- 	esac ;;
- esac
- 
+diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
+index 0fa9063..14cd4f8 100755
+--- a/build-aux/git-version-gen
++++ b/build-aux/git-version-gen
+@@ -203,7 +203,7 @@ if test -n "$v_from_git"; then
+       *) # Append the suffix only if there isn't one already.
+           case $v in
+             *-dirty) ;;
+-            *) v="$v-dirty" ;;
++           #*) v="$v-dirty" ;;
+           esac ;;
+   esac
+ fi
diff --git a/package/autoconf/autoconf.mk b/package/autoconf/autoconf.mk
index 3f84e3e..f659c9f 100644
--- a/package/autoconf/autoconf.mk
+++ b/package/autoconf/autoconf.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-AUTOCONF_VERSION = 2.68
+AUTOCONF_VERSION = 2.69
 AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
 
 AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
-- 
1.7.11.3

             reply	other threads:[~2012-10-11 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-11 14:15 Alexander Khryukin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-11 15:08 [Buildroot] [PATCH] autoconf version update 2.69 and patch rediff Alexander Khryukin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1349964948.28555.8.camel@localhost \
    --to=alexander@mezon.ru \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.