Skip to content

Commit 2bca247

Browse files
committed
build: Fix configure output
Fixes issue shana#1.
1 parent 4da934a commit 2bca247

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)