summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2005-08-06 22:14:00 +0000
committerAlexander Strasser <eclipse7@gmx.net>2005-08-06 22:14:00 +0000
commit2a4e872b05055be1a21a190d1bac7d79dffbf37e (patch)
tree996f6f79189d036880681b4d7a8308431adc9ef4 /configure
parent5ac8eda525ae937900e06ecf245dc44b016e98a2 (diff)
Reorganize lists to have one item on a line.
Originally committed as revision 4498 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure34
1 files changed, 27 insertions, 7 deletions
diff --git a/configure b/configure
index 97f598f670..063543c5c8 100755
--- a/configure
+++ b/configure
@@ -1617,13 +1617,33 @@ fi
# build tree in object directory if source path is different from current one
if test "$source_path_used" = "yes" ; then
- DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
- libavcodec/i386 libavcodec/sparc libavcodec/mlib \
- libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests \
- vhook libavutil"
- FILES="Makefile libavformat/Makefile libavcodec/Makefile \
- libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
- doc/Makefile doc/texi2pod.pl libavutil/Makefile"
+ DIRS="\
+ doc \
+ libavformat \
+ libavcodec \
+ libavcodec/alpha \
+ libavcodec/armv4l \
+ libavcodec/i386 \
+ libavcodec/sparc \
+ libavcodec/mlib \
+ libavcodec/ppc \
+ libavcodec/liba52 \
+ libavcodec/libpostproc \
+ libavutil \
+ tests \
+ vhook \
+ "
+ FILES="\
+ Makefile \
+ libavformat/Makefile \
+ libavcodec/Makefile \
+ libavcodec/libpostproc/Makefile \
+ libavutil/Makefile \
+ tests/Makefile \
+ vhook/Makefile \
+ doc/Makefile \
+ doc/texi2pod.pl \
+ "
for dir in $DIRS ; do
mkdir -p $dir
done