OSDN Git Service

cosmetics: Split all path variables into their own list.
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Jun 2008 23:47:33 +0000 (23:47 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 2 Jun 2008 23:47:33 +0000 (23:47 +0000)
Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index c4c9069..57a5aa7 100755 (executable)
--- 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