Add --with-perl, --with-tcl to be able to process PL translations.
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 20 Feb 2009 10:13:03 +0000 (10:13 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 20 Feb 2009 10:13:03 +0000 (10:13 +0000)
(--with-python has problems on FreeBSD.)

wwwtools/update-nls-www

index 0986f52a0c080de4c0af8a73ba0dad29545c1e90..1597adeb774a4ab16d68effd2b7cc17b1c847b85 100755 (executable)
@@ -52,7 +52,8 @@ for branch in $active_branches; do
        rm -f "$tmp"
 
        pushd $PGSRC
-       ./configure --prefix=$MYDIR/pg-install --cache=/dev/null --enable-nls --with-includes=/usr/local/include --with-libraries=/usr/local/lib
+       ./configure --prefix=$MYDIR/pg-install --cache=/dev/null --enable-nls --with-includes=/usr/local/include --with-libraries=/usr/local/lib \
+               --with-perl --with-tcl
        popd
 
        # remove old data in case it contained garbage