autoconf: bump to version 2.69
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 29 Jun 2013 11:06:45 +0000 (08:06 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 29 Jun 2013 19:05:08 +0000 (21:05 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/autoconf/autoconf-dont-add-dirty-to-version.patch
package/autoconf/autoconf.mk

index 38ac16382f2918abbefde8c14fba469a546d341a..e8d9f6a29d941fa818cce96aa2bd78f639864c20 100644 (file)
@@ -10,21 +10,19 @@ commonly done in buildroot).
 The affect is that autoconf gets built as being version 2.65-dirty, which
 breaks programs (like Python) which explicitly checks for autoconf-2.65.
 
+[Gustavo: update for autoconf 2.69]
 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- build-aux/git-version-gen |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 
-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 -Nura autoconf-2.69.orig/build-aux/git-version-gen autoconf-2.69/build-aux/git-version-gen
+--- autoconf-2.69.orig/build-aux/git-version-gen       2013-06-27 11:31:02.340200154 -0300
++++ autoconf-2.69/build-aux/git-version-gen    2013-06-27 11:31:13.734577033 -0300
+@@ -203,7 +203,7 @@
+       *) # Append the suffix only if there isn't one already.
+           case $v in
+             *-dirty) ;;
+-            *) v="$v-dirty" ;;
++            #*) v="$v-dirty" ;;
+           esac ;;
+   esac
+ fi
index bc6f65fc9549f30b0910111da2a96e2dc86220b1..24825525613359e5b92ad9394fdfaf517a817ee8 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AUTOCONF_VERSION = 2.68
+AUTOCONF_VERSION = 2.69
 AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
 
 AUTOCONF_LICENSE = GPLv3+ with exceptions