Daniel Shahaf <d...@daniel.shahaf.name> writes: >> + if test -e subversion/svn_private_config.h && diff >> subversion/svn_private_config.h subversion/svn_private_config.h.tmp.new >> >/dev/null ; then > > s/diff >/dev/null/cmp/ ?
I believe autoconf already uses diff unconditionally, so using diff is likely to work. cmp is also liekly to work but doesn't appear to be used by autoconf. -- Philip