/hg/icedtea-web: Moved check for tagsoup before wix checks. Some...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon May 22 11:32:55 UTC 2017


changeset cfb4c5002e72 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=cfb4c5002e72
author: Jiri Vanek <jvanek at redhat.com>
date: Mon May 22 13:42:50 2017 +0200

	Moved check for tagsoup before wix checks. Something rotten here


diffstat:

 configure.ac |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r ecc6ddd954aa -r cfb4c5002e72 configure.ac
--- a/configure.ac	Fri May 19 13:34:31 2017 +0200
+++ b/configure.ac	Mon May 22 13:42:50 2017 +0200
@@ -154,6 +154,9 @@
     [/usr/share/java/jacoco/org.jacoco.core.jar])
 IT_FIND_OPTIONAL_JAR([asm], ASM,
     [/usr/share/java/objectweb-asm4/asm-all.jar /usr/share/java/objectweb-asm4/asm-all-4.0.jar /usr/share/java/objectweb-asm/asm-all.jar])
+
+IT_CHECK_FOR_TAGSOUP
+
 if test "x$build_windows" = xyes ; then
   IT_CHECK_FOR_WIX
 fi
@@ -175,8 +178,6 @@
   fi
 fi
 
-IT_CHECK_FOR_TAGSOUP
-
 PKG_CHECK_VAR(bashcompdir, [bash-completion], [completionsdir], ,
      bashcompdir="${sysconfdir}/bash_completion.d")
 AC_SUBST(bashcompdir)


More information about the distro-pkg-dev mailing list