From 6e88176050406a0e67759da61bf256ccdd513f31 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 23 Sep 2010 13:21:00 +0000 Subject: [PATCH] Oops -- need 2 dashes, not one. This commit was SVN r23794. --- contrib/dist/make_dist_tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dist/make_dist_tarball b/contrib/dist/make_dist_tarball index ac29c23479..309f579507 100755 --- a/contrib/dist/make_dist_tarball +++ b/contrib/dist/make_dist_tarball @@ -228,7 +228,7 @@ make_tarball() { if test "$want_ompi" = "1" ; then (./autogen.pl $autogen_args 2>&1 && touch success) | tee auto.out else - (./autogen.pl -no-ompi $autogen_args 2>&1 && touch success) | tee auto.out + (./autogen.pl --no-ompi $autogen_args 2>&1 && touch success) | tee auto.out fi if test ! -f success; then echo "Autogen failed. Aborting"