vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Author: dpage Date: 2005-11-10 13:59:17 +0000 (Thu, 10 Nov 2005) New Revision: 4732 Modified: trunk/pgadmin3/bootstrap Log: Make sure we use aclocal/automake 1.9 per Andreas Modified: trunk/pgadmin3/bootstrap ================================================== ================= --- trunk/pgadmin3/bootstrap 2005-11-10 13:36:25 UTC (rev 4731) +++ trunk/pgadmin3/bootstrap 2005-11-10 13:59:17 UTC (rev 4732) @@ -12,7 +12,7 @@ if ! ([ -x config ]); then mkdir config fi -aclocal && \ +aclocal-1.9 && \ autoheader && \ -automake --foreign --add-missing --copy && \ +automake-1.9 --foreign --add-missing --copy && \ autoconf ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |