Changeset 9891939276a25c0e41b988ccd23e8b35de91e83c

Show
Ignore:
Timestamp:
21/12/06 19:05:54 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1166724354 +0000
git-parent:

[c9958ed21646465252d2d196e24beac4d1e91d02]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1166724354 +0000
Message:

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


As far as I checked (sed guru required).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    rb2009ae r9891939  
    77VERSION_EXTRA="svn" 
    88 
    9 CONFIGURE_LINE="$0 $ac_configure_args
     9CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`
    1010CODENAME="Grishenko" 
    1111