Skip to content

Commit

Permalink
build: Fix configure output
Browse files Browse the repository at this point in the history
Fixes issue shana#1.
  • Loading branch information
bl8 committed Aug 5, 2012
1 parent 4da934a commit 2bca247
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ AC_CONFIG_FILES([
AC_CONFIG_COMMANDS([default],[[ echo timestamp > stamp-h ]],[[]])
AC_OUTPUT

echo ""
echo "Configuration summary"
echo "---------------------"
echo ""
echo " * Installation prefix: \$prefix"
echo ""
cat <<EOF

Configuration summary
---------------------

* Installation prefix: ${prefix}

EOF

0 comments on commit 2bca247

Please sign in to comment.