[openjdk-8] 02/02: Invoke common/autoconf/autogen.sh instead of autoreconf

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Mar 31 08:17:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit 58080f1ad711335d23a62895681516888b07010a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Mar 31 10:16:51 2014 +0200

    Invoke common/autoconf/autogen.sh instead of autoreconf
---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ae88979..18a6940 100755
--- a/debian/rules
+++ b/debian/rules
@@ -817,9 +817,8 @@ endif
 
 	mkdir -p stamps
 	mkdir -p build
-	autoreconf -fi
-	chmod +x configure
-	cd build && $(EXTRA_BUILD_ENV) ../configure $(CONFIGURE_ARGS)
+	sh common/autoconf/autogen.sh
+	cd build && $(EXTRA_BUILD_ENV) sh ../configure $(CONFIGURE_ARGS)
 
 	touch $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git



More information about the pkg-java-commits mailing list