From a8f19d7c8aec1eb5e8c545f0fc003d0fe7ab4818 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 4 Apr 2019 01:15:06 +0100 Subject: Better option-reading in configure, using .build to access BDIR Until now, the steps to manage the command-line options of the configure script were limited (couldn't accept an equal sign or space between the option name and value). With this commit, it can now also accept optional equal signs between the option name and value. Thus not causing many confusions. Also, it is more logically consistent for the link to the build-directory to be placed in the top directory (as a hidden file like `.local' until now), and not as a visible directory like `reproduce/build' (which we used until now). Therefore, with this commit, the link to easily access the build-directory is `.build' in the top source directory. Finally, because `minmapsize' is too specific to Gnuastro and has now been given its default value at the start of the configure script, the description for `minmapsize' has been removed (to not confuse users who don't use Gnuastro). If anyone is familiar enough with Gnuastro to change it, they already know it from its book. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e6dc938..2808dc1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ mmap_* .tex build .local +.build Makefile tex/tikz .gnuastro @@ -38,7 +39,6 @@ tex/tikz tex/pipeline LOCAL_tmp.mk LOCAL_old.mk -reproduce/build gnuastro-local.conf reproduce/config/pipeline/LOCAL.mk -- cgit v1.2.1