From: braam Date: Mon, 19 May 2003 04:25:32 +0000 (+0000) Subject: - add portals to Lustre X-Git-Tag: v1_7_100~1^368~98 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6902685821b3b200e4901b59825fbc5d079b257d;p=fs%2Flustre-release.git - add portals to Lustre - fix up makefiles - add initial part of 2.5 in kernel make infrastructure - cleanup tcpnal prototypes etc. --- 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}