Re: Bracketing a "check" target with pre and post actions

2008-07-20 Thread Ralf Wildenhues
* Bernd Jendrissek wrote on Mon, Jul 14, 2008 at 02:49:46PM CEST: > I need to run my testsuite against a PostgreSQL database that I want > predictably populated with data straight from the source tree, so that > code version 17 gets tested against data version 17. How can I teach > automake to set

Re: pre and post install targets

2008-07-20 Thread Ralf Wildenhues
Hello, * Bernd Jendrissek wrote on Fri, Jul 18, 2008 at 01:32:34PM CEST: > On Thu, Jul 17, 2008 at 10:20 AM, Jose-Marcio <[EMAIL PROTECTED]> wrote: > > Currently, I've defined a new target (upgrade) which depends > > on : > > > > upgrade : preinstall install postinstall > > Note that that breaks

Re: Add self-contained packaged to Makefile.am

2008-07-20 Thread Ralf Wildenhues
Hello, * ulaikamor wrote on Sun, Jul 20, 2008 at 01:09:39PM CEST: > > So, is it possible to add an entry in Makefile.am that simply says to ignore > all checks on my package and execute the package's Makefile under its own > conditions? Probably, but I don't understand your setup enough yet to g

Add self-contained packaged to Makefile.am

2008-07-20 Thread ulaikamor
Hello. I've built a software package with its own Makefile and libraries and now I want to add this package to a software suite that uses Automake. The problem is that the software package I built is designed for a scpeific cpu, which has its own compiler, libraries and so forth, and which is no