tazwok diff examples/config.site @ rev 545

Merge default.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 26 12:55:25 2011 +0000 (2011-11-26)
parents 6b76b34dbe1b 44e24b12e9dd
children
line diff
     1.1 --- a/examples/config.site	Mon May 23 20:45:06 2011 +0000
     1.2 +++ b/examples/config.site	Sat Nov 26 12:55:25 2011 +0000
     1.3 @@ -61,7 +61,7 @@
     1.4  { [ "$build" = NONE ] || [ ! "$build" ] ; } && build=$default_build
     1.5  { [ "$host" = NONE ] || [ ! "$host" ] ; } && host=$default_host
     1.6  
     1.7 -# Print information about these variables.
     1.8 +# Print information about those variables.
     1.9  echo "prefix = $prefix
    1.10  libdir = $libdir
    1.11  datarootdir = $datarootdir
    1.12 @@ -75,5 +75,6 @@
    1.13  host = $host
    1.14  "
    1.15  
    1.16 -# config.site is used by tazwok to check that the config.site script has been used.
    1.17 +# /tmp/config.site is used by tazwok to check that the config.site
    1.18 +# script has been used.
    1.19  touch /tmp/config.site