Tom Lane wrote:
Mark Wong <[EMAIL PROTECTED]> writes:
But perhaps something much easier, using subversion:
mkdir /mnt/dbt2 # for pgdata
svn co https://svn.sourceforge.net/svnroot/osdldbt/trunk/dbt2 dbt2
cd dbt2
./configure --with-postgresql=<pgsql_dir>
configure is not in the svn checkout. I guessed that I needed to do
aclocal/automake/autoconf, but automake fails:
$ automake
configure.ac:11: required file `config.h.in' not found
$
and I don't see anyplace to get config.h.in from.
Oops! 'autoreconf --install' is what I run to generate all that stuff.
Sorry about that.
Thanks,
Mark
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly