From 7fa94f42de26c1b07f33844502083bab291865c6 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 14 Jun 2001 22:04:56 +0000 Subject: Kill the recurrent libXv.so problem with MDK. Switch to libtool 1.4, 1.3.x are no more supported. Add a path for automake, to use it with libtool 1.4. CVS patchset: 183 CVS date: 2001/06/14 22:04:56 --- misc/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/autogen.sh b/misc/autogen.sh index 2d347ee18..f988e5950 100755 --- a/misc/autogen.sh +++ b/misc/autogen.sh @@ -49,7 +49,7 @@ aclocalinclude="$ACLOCAL_FLAGS"; \ aclocal $aclocalinclude; \ echo "done.") && \ (echo -n " + Running libtoolize: "; \ - libtoolize --force; \ + libtoolize --force >/dev/null 2>&1; \ echo "done.") && \ (echo -n " + Running autoheader: "; \ autoheader; \ -- cgit v1.2.3