From 426be5dc833b3eade840c4576ad565e038d3c93c Mon Sep 17 00:00:00 2001 From: Diego Biurrun 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 c4c9069090..57a5aa7050 100755 --- a/configure +++ b/configure @@ -783,22 +783,27 @@ CMDLINE_SELECT=" static stripping " -CMDLINE_SET=' - arch + +PATHS_LIST=' bindir + incdir + libdir + mandir + prefix + shlibdir +' + +CMDLINE_SET=" + $PATHS_LIST + arch build_suffix cc cpu cross_prefix - incdir - libdir logfile - mandir - prefix - shlibdir source_path target_os -' +" # code dependency declarations