svn@pgadmin.org wrote:
> Modified: trunk/pgadmin3/configure.ac
> ===================================================================
> --- trunk/pgadmin3/configure.ac 2005-11-06 10:56:54 UTC (rev 4684)
> +++ trunk/pgadmin3/configure.ac 2005-11-06 11:13:18 UTC (rev 4685)
> @@ -6,7 +6,7 @@
> AC_CONFIG_SRCDIR([src/pgAdmin3.cpp])
> AM_CONFIG_HEADER([config.h])
> AC_CANONICAL_HOST
> -AM_INIT_AUTOMAKE
> +AM_INIT_AUTOMAKE([tar-ustar])
This broke the nightly builds. What version of automake is required
for this to work? (And, because I'm curious, what does it do? ;-) ).
greetings, Florian Pflug