Skip to content

Commit 6ba4feb

Browse files
committed
Merge pull request #3 from bl8/fix-issue-1
build: Fix configure output
2 parents 1461262 + 2bca247 commit 6ba4feb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

configure.ac

+8-6
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ AC_CONFIG_FILES([
2929
AC_CONFIG_COMMANDS([default],[[ echo timestamp > stamp-h ]],[[]])
3030
AC_OUTPUT
3131

32-
echo ""
33-
echo "Configuration summary"
34-
echo "---------------------"
35-
echo ""
36-
echo " * Installation prefix: \$prefix"
37-
echo ""
32+
cat <<EOF
33+
34+
Configuration summary
35+
---------------------
36+
37+
* Installation prefix: ${prefix}
38+
39+
EOF

0 commit comments

Comments
 (0)