Commit dc2815c1 authored by Wayne Davison's avatar Wayne Davison

Make sure that a failure to build configure.sh or config.h.in

doesn't leave a file lying around that could deceive us on the
next run.
parent 3005a12b
......@@ -21,6 +21,7 @@ if [ ! -f "$realconfigure" ]; then
rsync -avz rsync://rsync.samba.org/rsyncftp/generated-files/'c*' .
else
echo 'Failed to build configure.sh and/or config.h.in -- giving up.' >&2
rm -f "$realconfigure"
exit 1
fi
if test x"$curdir" != x; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment