changeset 3180:b4b5ba7ebaeb

PR2180: Old autotools dislike $(builddir)/fsg.sh 2015-01-19 Andrew John Hughes <gnu.andrew@redhat.com> * Makefile.am: (extract-openjdk): Use abs_top_builddir instead of builddir to please older versions of autotools. No need to set fsg.sh executable either as we run it via sh. * NEWS: Updated.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 20 Jan 2015 11:35:12 +0000
parents 49e393ce37c9
children 00ac747c97a2
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 20 09:11:26 2015 +0000
+++ b/ChangeLog	Tue Jan 20 11:35:12 2015 +0000
@@ -1,3 +1,13 @@
+2015-01-19  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* Makefile.am:
+	(extract-openjdk): Use abs_top_builddir
+	instead of builddir to please older
+	versions of autotools. No need to set
+	fsg.sh executable either as we run it
+	via sh.
+	* NEWS: Updated.
+
 2015-01-19  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Tue Jan 20 09:11:26 2015 +0000
+++ b/Makefile.am	Tue Jan 20 11:35:12 2015 +0000
@@ -1219,8 +1219,7 @@
 	  mkdir openjdk ; \
 	  $(TAR) xf $(OPENJDK_SRC_ZIP) -C openjdk; \
 	  chmod -R ug+w openjdk ; \
-	  chmod +x $(builddir)/fsg.sh ; \
-	  sh $(builddir)/fsg.sh ; \
+	  sh $(abs_top_builddir)/fsg.sh ; \
 	fi
 endif
 endif
--- a/NEWS	Tue Jan 20 09:11:26 2015 +0000
+++ b/NEWS	Tue Jan 20 11:35:12 2015 +0000
@@ -187,6 +187,7 @@
   - PR2096, RH1163501: 2048-bit DH upper bound too small for Fedora infrastructure
   - PR2125: Synchronise elliptic curves in sun.security.ec.NamedCurve with those listed by NSS
   - PR2179: Avoid x86 workaround when running Zero rather than a JIT
+  - PR2180: Old autotools dislike $(builddir)/fsg.sh
 
 New in release 1.13.5 (2014-10-14):