From 426be5dc833b3eade840c4576ad565e038d3c93c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 2 Jun 2008 23:47:33 +0000
Subject: [PATCH] cosmetics: Split all path variables into their own list.

Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/configure b/configure
index c4c90690904..57a5aa7050e 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
 
-- 
GitLab