comparison package @ 60:97b7706bdda2

Work around bogus 7c.b5 blocks in some messages that have been read. They appear to have attachments, but of some unknown format. Before the message was read, it did not have any attachments. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. More fields, including BCC. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 Feb 2008 12:26:35 -0800
parents 7d5c637aaafb
children b4f025d95441
comparison
equal deleted inserted replaced
59:7d5c637aaafb 60:97b7706bdda2
8 VER=`echo $T | cut -d, -f2` 8 VER=`echo $T | cut -d, -f2`
9 BALL=$NAME-$VER.tar.gz 9 BALL=$NAME-$VER.tar.gz
10 web=/home/httpd/html/510sg/$NAME 10 web=/home/httpd/html/510sg/$NAME
11 distlog=/tmp/distcheck 11 distlog=/tmp/distcheck
12 repo=/usr/hg-repository/$NAME 12 repo=/usr/hg-repository/$NAME
13 exit
14 13
15 # check for uncommitted changes 14 # check for uncommitted changes
16 a=$(hg status) 15 a=$(hg status)
17 if [ -n "$a" ]; then 16 if [ -n "$a" ]; then
18 hg status 17 hg status