summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorRobin Cook2013-09-08 10:57:32 -0500
committerRobin Cook2013-09-08 10:57:32 -0500
commit8a23ccb5942c39c91872742f592e29d5f860203b (patch)
tree1dc1697d2a3cae2eabea230a878272e23295e509 /java
parent63251b388ffeb17723d80db8630287298149b59c (diff)
icedtea7: changed pre build to work with new automake
Diffstat (limited to 'java')
-rw-r--r--java/icedtea7/HISTORY3
-rwxr-xr-xjava/icedtea7/PRE_BUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/java/icedtea7/HISTORY b/java/icedtea7/HISTORY
index a66fbc7a2c..e56fcb2ac2 100644
--- a/java/icedtea7/HISTORY
+++ b/java/icedtea7/HISTORY
@@ -1,3 +1,6 @@
+2013-09-08 Robin Cook <rcook@wyrms.net>
+ * PRE_BUILD: changed to build with new automake
+
2013-03-10 Sukneet Basuta <sukneet@sourcemage.org>
* DOWNLOAD: only check if SOURCE1 exists. Always download the others.
If we wish to download only on a timestamp change, we will have to use cURL
diff --git a/java/icedtea7/PRE_BUILD b/java/icedtea7/PRE_BUILD
index bc678ebd01..41cd0d3780 100755
--- a/java/icedtea7/PRE_BUILD
+++ b/java/icedtea7/PRE_BUILD
@@ -17,8 +17,7 @@ cp $SOURCE_CACHE/$SOURCE8 ./ &&
cd $SOURCE_DIRECTORY
patch -p1 < $SPELL_DIRECTORY/icedtea-2.3.1-add_cacerts-1.patch &&
-#patch -p1 < $SPELL_DIRECTORY/icedtea-7.2.2-no_suffix.patch &&
-autoreconf &&
+NOCONFIGURE=Y ./autogen.sh &&
patch -p1 < $SPELL_DIRECTORY/icedtea7-2.3.1-fixed_paths.patch &&
cd $BUILD_DIRECTORY &&