Quick hack to make the build work, but that we should later revert: i

bug #9427 - po/ Make system should be turned into Bongo.rules
This commit is contained in:
alexhudson
2007-07-01 21:17:50 +00:00
parent 46d450fa1b
commit 8aa49d112b
+3 -1
View File
@@ -454,7 +454,9 @@ conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then
printbold Running $srcdir/configure $conf_flags "$@" ...
$srcdir/configure $conf_flags "$@" \
&& echo Now type \`make\' to compile $PKG_NAME || exit 1
|| exit 1
`cd po/ && make update-gmo 2>/dev/null`
echo Now type \`make\' to compile $PKG_NAME
else
echo Skipping configure process.
fi