aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-08-09 07:46:36 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-08-09 07:46:36 -0400
commitf6b5f95df0d5b6643d4e491c5ed3c57a904ece10 (patch)
tree50beb1d326166d3431aeeaa03722aa0e351f890c /configure
parent20c26445b5007e15606b71bb2adab9a17a09a2c9 (diff)
downloadmoog-f6b5f95df0d5b6643d4e491c5ed3c57a904ece10.tar.gz
SuperMongo is SM, not SuperMongo
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
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