Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -14,11 +14,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.0.5.@@SVNLCR@@" +VERS="0.0.6.@@SVNLCR@@" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} Index: build/pre.sh ================================================================== --- build/pre.sh +++ build/pre.sh @@ -10,9 +10,9 @@ autoconf; autoheader rm -rf autom4te.cache rm -f *~ - ./configure + ./configure || exit 1 make distclean -) +) || exit 1