mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
autoconf: bump to version 2.69
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6e01ba1dc2
commit
56c982d107
@ -10,21 +10,19 @@ commonly done in buildroot).
|
|||||||
The affect is that autoconf gets built as being version 2.65-dirty, which
|
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.
|
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>
|
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
||||||
---
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
build-aux/git-version-gen | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: autoconf-2.65/build-aux/git-version-gen
|
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.65.orig/build-aux/git-version-gen
|
+++ autoconf-2.69/build-aux/git-version-gen 2013-06-27 11:31:13.734577033 -0300
|
||||||
+++ autoconf-2.65/build-aux/git-version-gen
|
@@ -203,7 +203,7 @@
|
||||||
@@ -135,7 +135,7 @@ case "$dirty" in
|
*) # Append the suffix only if there isn't one already.
|
||||||
*) # Append the suffix only if there isn't one already.
|
case $v in
|
||||||
case $v in
|
*-dirty) ;;
|
||||||
*-dirty) ;;
|
- *) v="$v-dirty" ;;
|
||||||
- *) v="$v-dirty" ;;
|
+ #*) v="$v-dirty" ;;
|
||||||
+ #*) v="$v-dirty" ;;
|
esac ;;
|
||||||
esac ;;
|
esac
|
||||||
esac
|
fi
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
AUTOCONF_VERSION = 2.68
|
AUTOCONF_VERSION = 2.69
|
||||||
AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
|
AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
|
||||||
|
|
||||||
AUTOCONF_LICENSE = GPLv3+ with exceptions
|
AUTOCONF_LICENSE = GPLv3+ with exceptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user