]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Simplify autogen.sh.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Dec 2021 20:04:50 +0000 (21:04 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 16 May 2022 19:19:10 +0000 (21:19 +0200)
This script is expected to perform only the autoconf specific setup,
but not run configure, make or the test suite, so remove everything
which is not related to autoconf.

People who prefer to run everything in one go can easily do so by
writing their own script, for example autogen-local.sh. Add a line
to .gitignore which ignores files matching *-local* to prevent such
files from showing up in git status.


No differences found