Tom Lane wrote:
> Mark Wong <markw(at)osdl(dot)org> 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