diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-08-13 08:39:31 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-08-13 08:44:39 +0200 |
commit | 2d52167be3846c076518ddd28d5ad1d55fdd33e0 (patch) | |
tree | 443cc79b70046f61b5d3e595e5d8f86fc80f6710 | |
parent | 62fff83c352f603d139bb00406c1a172d0f02da9 (diff) |
autogen.sh prints what to do next
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ if ! autoreconf -fi; then autoconf automake --foreign --add-missing --force-missing --copy fi + +set +x +printf "\n%s\n" "You can now run \`./configure\` and \`make\`." |