aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-02-25 11:01:29 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-02-25 11:01:29 +0000
commit55a992728b92afd3012329f8a77dbaf090b0ff4a (patch)
treeed4455180b0e164ba3c0dd73ba226da56ddd853b /configure.in
parent35925478d126676b7f9a0c51d17e2a1c79253df2 (diff)
downloadandroid_external_libxml2-55a992728b92afd3012329f8a77dbaf090b0ff4a.tar.gz
android_external_libxml2-55a992728b92afd3012329f8a77dbaf090b0ff4a.tar.bz2
android_external_libxml2-55a992728b92afd3012329f8a77dbaf090b0ff4a.zip
Toward 1.0.0, added docs to the packages, Daniel.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 30a7d8e8..f76d329a 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.2)
AC_INIT(entities.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libxml, 0.99.8)
+AM_INIT_AUTOMAKE(libxml, 1.0.0)
AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])