summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-06-02 23:47:33 +0000
committerDiego Biurrun <diego@biurrun.de>2008-06-02 23:47:33 +0000
commit426be5dc833b3eade840c4576ad565e038d3c93c (patch)
tree39f9d019a8aa1fc83bee6ae65b44d614472890b3 /configure
parentff2c222c379645cb7825b8ddc222142dcaea1677 (diff)
cosmetics: Split all path variables into their own list.
Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure21
1 files changed, 13 insertions, 8 deletions
diff --git a/configure b/configure
index c4c9069090..57a5aa7050 100755
--- a/configure
+++ b/configure
@@ -783,22 +783,27 @@ CMDLINE_SELECT="
static
stripping
"
-CMDLINE_SET='
- arch
+
+PATHS_LIST='
bindir
- build_suffix
- cc
- cpu
- cross_prefix
incdir
libdir
- logfile
mandir
prefix
shlibdir
+'
+
+CMDLINE_SET="
+ $PATHS_LIST
+ arch
+ build_suffix
+ cc
+ cpu
+ cross_prefix
+ logfile
source_path
target_os
-'
+"
# code dependency declarations