From: Eric B. <eb...@by...> - 2006-02-18 15:21:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The following patch is needed for a VPATH build to succeed (in a CVS tree, do: mkdir build; cd build; ../configure; make; make check). This is the entire patch for the cygwin release of bashdb-3.1-0.04, except for the previously reported bug with install-data-hook obliterating just-installed files if bash and bashdb are both configured to use the same bashdb-main.inc. The patch is against CVS head of the bash-3.1 subdirectory; if you are still maintaining the bash-3.00 subdirectory it will be needed there too. 2006-02-18 Eric Blake <eb...@by...> * configure.ac (AM_PROG_CC_C_O): Required by CVS automake. (DIFF_OPTS): In VPATH build, ./configure doesn't exist. * .cvsignore (config.cache): Add another file to ignore. * test/Makefile.am (TESTS_ENVIRONMENT, abs_srcdir, abs_builddir): Add, to make VPATH builds testable. * test/bugIFS.tests (debugged_script): Look in correct directory during VPATH build. * test/run-multi (TEST_FILE): Ditto. * test/run-skip (TEST_FILE): Ditto. * test/run-subshell (TEST_FILE): Ditto. - -- Life is short - so eat dessert first! Eric Blake eb...@by... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD9zt/84KuGfSFAYARAg5jAKCwyExUwaUeVO9k9lIM6ui739aBSwCgiTHr gsDfD2Vi3x36jJCD5t3LzY0= =IOP0 -----END PGP SIGNATURE----- |