[haiku-commits] haiku: hrev45288 - build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 17 Feb 2013 08:51:27 +0100 (CET)

hrev45288 adds 1 changeset to branch 'master'
old head: 04c4314e15f25dbf34a7e64153b9e1463e52e942
new head: 22828f94b04bec5321419c5b6d8f6c324ad5104c
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=22828f9+%5E04c4314

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

22828f9: Updated autoconf and automake

                                     [ Scott McCreary <scottmc2@xxxxxxxxx> ]

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

Revision:    hrev45288
Commit:      22828f94b04bec5321419c5b6d8f6c324ad5104c
URL:         http://cgit.haiku-os.org/haiku/commit/?id=22828f9
Author:      Scott McCreary <scottmc2@xxxxxxxxx>
Date:        Sun Feb 17 07:45:24 2013 UTC

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

1 file changed, 12 insertions(+), 12 deletions(-)
build/jam/OptionalPackages | 24 ++++++++++++------------

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

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index b0d4a60..896398d 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -669,12 +669,12 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
                # autotools
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
                        InstallOptionalHaikuImagePackage
-                               autoconf-2.68-r1a4-x86-gcc4-2012-08-28.zip
-                               : 
$(baseURL)/autoconf-2.68-r1a4-x86-gcc4-2012-08-28.zip
+                               autoconf-2.69-x86-gcc4-2013-02-16.zip
+                               : 
$(baseURL)/autoconf-2.69-x86-gcc4-2013-02-16.zip
                                : : true ;
                        InstallOptionalHaikuImagePackage
-                               automake-1.11.1-r1a4-x86-gcc4-2012-08-28.zip
-                               : 
$(baseURL)/automake-1.11.1-r1a4-x86-gcc4-2012-08-28.zip
+                               automake-1.13.1-x86-gcc4-2013-02-16.zip
+                               : 
$(baseURL)/automake-1.13.1-x86-gcc4-2013-02-16.zip
                                : : true ;
                        InstallOptionalHaikuImagePackage
                                libtool-2.4-r1a4-x86-gcc4-2012-08-28.zip
@@ -686,12 +686,12 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
                                : : true ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               autoconf-2.68-r1a4-x86-gcc2-2012-08-26.zip
-                               : 
$(baseURL)/autoconf-2.68-r1a4-x86-gcc2-2012-08-26.zip
+                               autoconf-2.69-x86-gcc2-2013-02-17.zip
+                               : 
$(baseURL)/autoconf-2.69-x86-gcc2-2013-02-17.zip
                                : : true ;
                        InstallOptionalHaikuImagePackage
-                               automake-1.11.1-r1a4-x86-gcc2-2012-08-26.zip
-                               : 
$(baseURL)/automake-1.11.1-r1a4-x86-gcc2-2012-08-26.zip
+                               automake-1.13.1-x86-gcc2-2013-02-17.zip
+                               : 
$(baseURL)/automake-1.13.1-x86-gcc2-2013-02-17.zip
                                : : true ;
                        InstallOptionalHaikuImagePackage
                                libtool-2.4-r1a4-x86-gcc2-2012-08-26.zip
@@ -706,12 +706,12 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
                AddSymlinkToHaikuImage home config settings deskbar Applications
                        : /boot/system/apps/Debugger : Debugger ;
                InstallOptionalHaikuImagePackage
-                       autoconf-2.69-x86_64-2012-08-17.zip
-                       : $(baseURL)/autoconf-2.69-x86_64-2012-08-17.zip
+                       autoconf-2.69-x86_64-2013-02-16.zip
+                       : $(baseURL)/autoconf-2.69-x86_64-2013-02-16.zip
                        : : true ;
                InstallOptionalHaikuImagePackage
-                       automake-1.12.2-x86_64-2012-08-17.zip
-                       : $(baseURL)/automake-1.12.2-x86_64-2012-08-17.zip
+                       automake-1.13.1-x86_64-2013-02-16.zip
+                       : $(baseURL)/automake-1.13.1-x86_64-2013-02-16.zip
                        : : true ;
                InstallOptionalHaikuImagePackage
                        libtool-2.4.2-x86_64-2012-08-17.zip


Other related posts:

  • » [haiku-commits] haiku: hrev45288 - build/jam - scott mc