From 6902685821b3b200e4901b59825fbc5d079b257d Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 19 May 2003 04:25:32 +0000 Subject: [PATCH] - add portals to Lustre - fix up makefiles - add initial part of 2.5 in kernel make infrastructure - cleanup tcpnal prototypes etc. --- lustre/autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/autogen.sh b/lustre/autogen.sh index 087ff09..9deed73 100644 --- a/lustre/autogen.sh +++ b/lustre/autogen.sh @@ -1,6 +1,5 @@ #!/bin/sh -find . -type d -name .deps | xargs rm -rf aclocal && -${AUTOMAKE:-automake} --add-missing && +automake --add-missing && ${AUTOCONF:-autoconf} -- 1.8.3.1