Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8274e4224a
commit
0fd12426bb
2
configure
vendored
2
configure
vendored
@ -1920,7 +1920,7 @@ echo "Creating config.mak and config.h..."
|
||||
|
||||
echo "# Automatically generated by configure - do not modify!" > config.mak
|
||||
echo "/* Automatically generated by configure - do not modify! */" > $TMPH
|
||||
echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
|
||||
echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH
|
||||
|
||||
echo "PREFIX=$PREFIX" >> config.mak
|
||||
echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
|
||||
|
Loading…
x
Reference in New Issue
Block a user