diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 189433b..38ddd6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([icedtea-web],[1.1pre],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile netx.manifest]) # Older automake doesn't generate these correctly abs_top_builddir=`pwd -P` @@ -35,8 +35,7 @@ FIND_ECJ_JAR IT_FIND_JAVADOC AC_CONFIG_FILES([javac], [chmod +x javac]) -IT_GET_PKGVERSION -IT_OBTAIN_HG_REVISIONS +IT_SET_VERSION IT_CHECK_XULRUNNER_VERSION AC_CHECK_LIB(z, main,, [AC_MSG_ERROR("zlib not found - try installing zlib-devel")]) |