diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc129e5..b84ae79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([icedtea-web],[1.5pre],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) -AC_CONFIG_FILES([Makefile netx.manifest]) +AC_CONFIG_FILES([Makefile netx.manifest plugin.manifest]) # Older automake doesn't generate these correctly abs_top_builddir=`pwd -P` @@ -29,6 +29,7 @@ AC_MSG_RESULT(${ENABLE_DOCS}) IT_CHECK_WITH_GCJ FIND_TOOL([ZIP], [zip]) +FIND_TOOL([UNZIP], [unzip]) FIND_JAVAC FIND_JAR FIND_ECJ_JAR |