Mercurial > hg > xemacs-beta
comparison configure.in @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | 1370575f1259 |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
133:b27e67717092 | 134:34a5b81f86ba |
---|---|
3162 dnl ############################################################################ | 3162 dnl ############################################################################ |
3163 dnl # Report on what we decided to do # | 3163 dnl # Report on what we decided to do # |
3164 dnl ############################################################################ | 3164 dnl ############################################################################ |
3165 | 3165 |
3166 ( | 3166 ( |
3167 echo "uname -a: `uname -a`" | 3167 if test -f /etc/osversion; then |
3168 # SONY NEWS-OS | |
3169 echo "osversion: `cat /etc/osversion`" | |
3170 eles | |
3171 echo "uname -a: `uname -a`" | |
3172 fi | |
3168 echo "" | 3173 echo "" |
3169 echo "$0 $quoted_arguments" | 3174 echo "$0 $quoted_arguments" |
3170 ) >> Installation | 3175 ) >> Installation |
3171 # Start stdout redirection to '| tee -a Installation' | 3176 # Start stdout redirection to '| tee -a Installation' |
3172 ( | 3177 ( |