Commit 98919392 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).

                                   ^^^^^^^^
                   As far as I checked (sed guru required).
parent c9958ed2
......@@ -6,7 +6,7 @@ VERSION_MINOR="9"
VERSION_REVISION="0"
VERSION_EXTRA="svn"
CONFIGURE_LINE="$0 $ac_configure_args"
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Grishenko"
AC_PREREQ(2.59)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment