Revision: 6768
http://ipcop.svn.sourceforge.net/ipcop/?rev=6768&view=rev
Author: gespinasse
Date: 2012-08-17 15:44:46 +0000 (Fri, 17 Aug 2012)
Log Message:
-----------
Update automake to 1.12.3
Modified Paths:
--------------
ipcop/trunk/lfs/automake
Modified: ipcop/trunk/lfs/automake
===================================================================
--- ipcop/trunk/lfs/automake 2012-08-17 15:42:50 UTC (rev 6767)
+++ ipcop/trunk/lfs/automake 2012-08-17 15:44:46 UTC (rev 6768)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = automake
-VER = 1.12.2
+VER = 1.12.3
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 56c3ab38a5ed8f2b825341b4e007372a
+$(DL_FILE)_MD5 = 0df082825f8f41087eb70c5088f4515e
install : $(TARGET)
@@ -81,8 +81,6 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
- # Fix one racy test using upstream fix, remove after 1.12.2
- cd $(DIR_APP) && sed -i -e '48 s/$$ACLOCAL/$$sleep\n&/' t/aclocal7.sh
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make -j $(PARALLELISM)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|