summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 846099746..e94c2f843 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,12 +3,12 @@
export CFLAGS
export LDFLAGS
-LTV="libtoolize (GNU libtool) 1.3.3"
+LTV="libtoolize (GNU libtool) 1.3.4"
ACV="Autoconf version 2.13"
AMV="automake (GNU automake) 1.4"
USAGE="
You need to install:
- libtool-1.3.3
+ libtool-1.3.4
autoconf-2.13
automake-1.4
"
diff --git a/configure.in b/configure.in
index 918f61fc2..f077ea4d4 100644
--- a/configure.in
+++ b/configure.in
@@ -898,7 +898,8 @@ AC_OUTPUT([Makefile rpmrc macros lib/Makefile
build/Makefile tools/Makefile scripts/Makefile
tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
misc/Makefile po/Makefile.in intl/Makefile
- doc/Makefile doc/manual/Makefile doc/pl/Makefile doc/ru/Makefile
+ doc/Makefile doc/manual/Makefile
+ doc/ja/Makefile doc/pl/Makefile doc/ru/Makefile
python/Makefile],
[echo timestamp > popt/stamp-h.in
echo timestamp > stamp-h.in])