From e0beefa28944f291392988a41db5604e487e4be8 Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 30 Dec 1999 19:17:03 +0000 Subject: [PATCH] Sanity (make dist). CVS patchset: 3502 CVS date: 1999/12/30 19:17:03 --- autogen.sh | 4 ++-- configure.in | 3 ++- 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])