remake icon indicating copy to clipboard operation
remake copied to clipboard

autogen.sh should exit with non-zero if one of its commands fails

Open vivanishin opened this issue 3 years ago • 1 comments

Right now, if, say configure fails, autogen.sh would continue execution and exit with the exit code of the last command. (Caught this on a box with missing libreadline.)

This is rarely needed, because distributions normally use tarballs (and thus skip autogen.sh altogether), but it affects the scripting of building from git.

vivanishin avatar Jul 19 '22 15:07 vivanishin

Feel free to put in a PR for this.

rocky avatar Jul 19 '22 15:07 rocky