projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cadf2
)
configure.ac: sort Gallium directories alphabetically
author
Marek Olšák
<maraeo@gmail.com>
Mon, 27 Jun 2011 01:12:57 +0000
(
03:12
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Mon, 27 Jun 2011 01:12:57 +0000
(
03:12
+0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c36b2f6459ee1c66d242215931f75f1b11d049c8..0346a8ade676722fe081228dfe66ad3a6c22f39a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1814,6
+1814,12
@@
fi
ln -s autoconf configs/current
])
+dnl Sort the dirs alphabetically
+GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort|tr "\n" " "`
+GALLIUM_WINSYS_DIRS=`echo $GALLIUM_WINSYS_DIRS|tr " " "\n"|sort|tr "\n" " "`
+GALLIUM_DRIVERS_DIRS=`echo $GALLIUM_DRIVERS_DIRS|tr " " "\n"|sort|tr "\n" " "`
+GALLIUM_STATE_TRACKERS_DIRS=`echo $GALLIUM_STATE_TRACKERS_DIRS|tr " " "\n"|sort|tr "\n" " "`
+
AC_OUTPUT
dnl