]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commite2f5d34e427707eac3d5fbe7e20cb177c09be77e
treec5af30081e73d4a449f2b34edd3aec499614f45e
parent5d72d5880a6bd319a8ce2bf7dd2e4921938c77c2
Simplify autogen.sh.

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.
.gitignore
autogen.sh