aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2020-05-06 15:35:21 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-05-08 17:41:00 +0100
commit96a299b554f8a9ff75ff1c89873b8e642091ff79 (patch)
tree468ba098d31523c62fcedb410845d245223d7a82
parent221f2884fdacf31d60745e58fffffef75844f6b5 (diff)
Added the option -e in the configure Gnuastro warning message
Until this commit, when the version of Gnuastro doesn't match with the version that the project was designed to use, the warning message saying how to run the configure step was not showing the option `-e'. This situation is normal when updating the version of Gnuastro to the most recent one (with the project already configured). However, the use of this option is more convenient than giving the top-build directory, etc, every time. With this commit, the warning message has been changed in order show also the option `-e' in the re-configure of the project.
-rwxr-xr-xreproduce/software/shell/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/shell/configure.sh b/reproduce/software/shell/configure.sh
index a381fcf..5b17d9c 100755
--- a/reproduce/software/shell/configure.sh
+++ b/reproduce/software/shell/configure.sh
@@ -947,7 +947,7 @@ version that this project was designed to use in '$depverfile'
($gversion). Please re-run after removing the former file:
$ rm $glconf
- $ ./project configure
+ $ ./project configure -e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!