summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-09-13 16:06:20 +0000
committerMike Hommey <glandium@debian.org>2005-09-13 16:06:20 +0000
commitad2c1c92d52784675427043d846082abe741f903 (patch)
tree61827ee14a3b811ca7a6c608523871e6fe0edad2 /autogen.sh
parentac9dcf7d6219162356cf8c4c83e510d899ece0f2 (diff)
parent17049f05f9ef09b3dc2a9c5d1de3f21de7c03193 (diff)
downloadlibxml2-ad2c1c92d52784675427043d846082abe741f903.tar.gz
New upstreamdebian/2.6.22-1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 2421b86..91898c7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
## refreshes doc/examples/index.html
## For use in root directory of the build tree ONLY.
## ----------------------------------------------------------------------
-## Requires: autoconf (2.5x), automake1.8, libtool (1.5.x), xsltproc,
+## Requires: autoconf (2.5x), automake1.9, libtool (1.5.x), xsltproc,
## libxml2-utils
## ----------------------------------------------------------------------
@@ -15,13 +15,13 @@ set -e
libtoolize --force --copy
## ----------------------------------------------------------------------
-aclocal-1.8
+aclocal-1.9
## ----------------------------------------------------------------------
autoheader
## ----------------------------------------------------------------------
-automake-1.8 --foreign --add-missing --force-missing --copy
+automake-1.9 --foreign --add-missing --force-missing --copy
## ----------------------------------------------------------------------
autoconf