Occasional contributors are unsure about what the portability requirements are for this script when adding new features.
Signed-off-by: Gaetan Nadon <[email protected]> --- build.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/build.sh b/build.sh index 6361952..2095d20 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,9 @@ #!/bin/sh +# +# Note on portability: +# This script is intended to run on any platform supported by X.Org. +# The Autoconf generated configure script is a good reference as to what is permitted. +# Basically, it should be able to run in a Bourne shell. envoptions() { cat << EOF -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
