[patch] only check for hg without --with-openjdk-src-zip

Andrew John Hughes gnu_andrew at member.fsf.org
Fri Jan 4 04:30:13 PST 2008


On 04/01/2008, Matthias Klose <doko at ubuntu.com> wrote:
>
> We don't need Mercurial when building from the src.zip file.
>
>   Matthias
>
>         * configure.ac: Only check for hg when --with-openjdk-src-zip
>         was not specified.
>         * configure: Regenerate.
>
> diff -r d081109a63e2 configure.ac
> --- a/configure.ac      Thu Jan 03 12:37:02 2008 -0500
> +++ b/configure.ac      Fri Jan 04 11:41:06 2008 +0100
> @@ -13,7 +13,6 @@ FIND_TOOL([PATCH], [patch])
> FIND_TOOL([PATCH], [patch])
> FIND_TOOL([ZIP], [zip])
> FIND_TOOL([UNZIP], [unzip])
> -FIND_TOOL([MERCURIAL], [hg])
> FIND_TOOL([CHMOD], [chmod])
> dnl OpenJDK's README-builds.html lists gawk as a build dependency so we
> dnl check for it explicitly rather than using AC_PROG_AWK.
> @@ -117,6 +116,10 @@ WITH_OPENJDK_SRC_DIR
> WITH_OPENJDK_SRC_DIR
> ENABLE_FAST_BUILD
>
> +if test "$ALT_OPENJDK_SRC_ZIP" = "not specified"; then
> +  FIND_TOOL([MERCURIAL], [hg])
> +fi
> +
> CHECK_HEADERS
>
> AC_CHECK_LIB(Xtst, XTestQueryExtension,
>
>

Is there a source zip file since the switch to Mercurial?
On http://download.java.net/openjdk/jdk7/ only a link to the Mercurial
source is listed,
and this still seems to be under discussion on the OpenJDK
lists.  You can pull source from an individual repository but not the whole
forest AFAIK.

Thanks,
-- 
Andrew :-)

Help end the Java Trap!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080104/822dac91/attachment.html 


More information about the distro-pkg-dev mailing list