Apply patch from Álvaro Lopes to fix CPU usage per task, with more then 1 CPU.
Added a THANKS file. Remove some svn executable properties and add svn keywords. Added LINGUAS support and removed the configure.ac > configure.in.in file. Improved the configure.in.in and Makefiles. (Old svn revision: 2350)
This commit is contained in:
22
autogen.sh
22
autogen.sh
@@ -2,11 +2,9 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Copyright (c) 2002-2005
|
||||
# Copyright (c) 2002-2007
|
||||
# The Xfce development team. All rights reserved.
|
||||
#
|
||||
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
|
||||
#
|
||||
|
||||
(type xdt-autogen) >/dev/null 2>&1 || {
|
||||
cat >&2 <<EOF
|
||||
@@ -18,6 +16,20 @@ EOF
|
||||
exit 1
|
||||
}
|
||||
|
||||
exec xdt-autogen $@
|
||||
# verify that po/LINGUAS is present
|
||||
(test -f po/LINGUAS) >/dev/null 2>&1 || {
|
||||
cat >&2 <<EOF
|
||||
autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
|
||||
or try to checkout again.
|
||||
EOF
|
||||
exit 1
|
||||
}
|
||||
|
||||
# vi:set ts=2 sw=2 et ai:
|
||||
# substitute revision and linguas
|
||||
linguas=`sed -e '/^#/d' po/LINGUAS`
|
||||
revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
|
||||
sed -e "s/@LINGUAS@/${linguas}/g" \
|
||||
-e "s/@REVISION@/${revision}/g" \
|
||||
< "configure.in.in" > "configure.in"
|
||||
|
||||
exec xdt-autogen $@
|
||||
|
||||
Reference in New Issue
Block a user