diff --git a/configure b/configure
index c4c906909045b972908510132d289396af233fe3..57a5aa7050ef23a8450f40b83529c8cd82b3f332 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