diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-09 07:46:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-09 07:46:36 -0400 |
commit | f6b5f95df0d5b6643d4e491c5ed3c57a904ece10 (patch) | |
tree | 50beb1d326166d3431aeeaa03722aa0e351f890c | |
parent | 20c26445b5007e15606b71bb2adab9a17a09a2c9 (diff) | |
download | moog-f6b5f95df0d5b6643d4e491c5ed3c57a904ece10.tar.gz |
SuperMongo is SM, not SuperMongo
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |