From 8aa49d112b5cde1c5f32f47171c13630de35e5ea Mon Sep 17 00:00:00 2001 From: alexhudson Date: Sun, 1 Jul 2007 21:17:50 +0000 Subject: [PATCH] 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 --- autogen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 52fe3ca..a858337 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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