summaryrefslogtreecommitdiff
path: root/testsuite/driver.sh
Commit message (Collapse)AuthorAgeFilesLines
* * testsuite/delta.test, testsuite/driver.sh:Donovan Baarda2003-03-261-13/+3
| | | | | unrolled changes that make these work on windows because they have permission problems on unix.
* * acconfig.h: removed, redundant.Donovan Baarda2003-03-261-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * acinclude.m4: removed, redundant. * configure.in: Ran autoupdate. Cleaned up boilerplate, adding AC_COPYRIGHT, removing comment quote. Changed AC_REVISION to use $Revision$ instead of $Id$ Moved AC_DISABLE_SHARED above program checks. Tidied up program checks including checks from configure.scan. Changed AC_DEFINE of _GNU_SOURCE to AC_GNU_SOURCE check. Reformated AC_COMPILE_IFELSE generated by autoupdate. Added descriptions to AC_DEFINES from librsyncupdate.patch. Made popt test actually use local popt if missing. Removed spurious HAVE_SOCK_SIN_LEN and intmax_t tests. Simplified trace and cmalloc enable tests (trace is off by default). Removed suspect old AC_SUBST settings. Moved AC_GNU_SOURCE and AC_ISC_POSIX around CC program check. Added mcheck.h to AC_CHECK_HEADERS for popt Added AC_CHECK_FUNCS([gettext dgettext]) for popt Re-arranged to put FUNC tests together Changed to indent 2 spaces. Commented out AC_FUNC_MALLOC|MEMCMP|REALLOC because of missing replacements. * Makefile.am: Changed librsync_la_SOURCES to build prototab.[ch] first. Removed quote comment (was raising warnings in automake). simplified MAINTAINERCLEANFILES for automake1.7, removing AUX_DIST. added depcomp to MAINTAINERCLEANFILES for automake1.7. * README: added instructions for compiling on Windows. * README.CVS: changed apt-get instructions to ensure automake1.7 is installed. * NEWS: added summary of updates for 0.9.6. * THANKS: updated with contributors for 0.9.6 * TODO: added stuff about autoconf cleanups. * librsync.spec: updated for 0.9.6 and sourceforge project. * testsuite/delta.test: Changed to use tempfile instead of /dev/null for win32 testing. * testsuite/driver.sh: Added option and default of using relative paths for tests for win32 testing.
* * new files; missed from earlier check-in.Ben Elliston2002-01-251-0/+186