Commit 04cf79da6e58f08e21850322c150ef792cc65350
1 parent
0f5b8163
Add success message to autogen.sh
Showing
1 changed file
with
8 additions
and
1 deletions
autogen.sh
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | -autoreconf --install --symlink --force || exit 1 | 2 | +autoreconf --install --symlink --force |
| 3 | + | ||
| 4 | + | ||
| 5 | +echo | ||
| 6 | +echo "------------------------------------------------------" | ||
| 7 | +echo "Initialized build system. You can now run ./configure " | ||
| 8 | +echo "------------------------------------------------------" | ||
| 9 | +echo |