From f6b5f95df0d5b6643d4e491c5ed3c57a904ece10 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 9 Aug 2021 07:46:36 -0400 Subject: SuperMongo is SM, not SuperMongo --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1645074..e6f7220 100755 --- a/configure +++ b/configure @@ -5,8 +5,8 @@ function do_help() { --prefix Path to install MOOG --bindir Path to install MOOG binaries (default: PREFIX/bin) --datadir Path to install MOOG data files (default: PREFIX/share/moog) - --with-x11 Path to X11 library - --with-sm Path to SuperMongo libraries\n" + --with-x11 Path to X11 lib directory + --with-sm Path to SM lib directory\n" } FC=${FC:-gfortran} @@ -102,7 +102,7 @@ GCC version ........... $gcc_version Fortran compiler ...... $FC Installation prefix ... $prefix X11 library ........... $with_x11 -SuperMongo library .... $with_sm +SM library ............ $with_sm Run 'make' to compile Run 'make install' to install -- cgit