Re: autogen.sh problems
- From: Mikael Hallendal <micke imendio com>
- To: Wouter Leonard de Vries <w l devries student tudelft nl>
- Cc: f-spot-list gnome org
- Subject: Re: autogen.sh problems
- Date: Thu, 14 Oct 2004 13:23:12 +0200
Wouter Leonard de Vries wrote:
Hi,
Hi,
Here is a patch to the autogen.sh script to run intltoolize.
Can I commit?
Best Regards,
Mikael Hallendal
--
Imendio AB, http://www.imendio.com/
? .ChangeLog.swp
? po/Makefile.in.in
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/f-spot/ChangeLog,v
retrieving revision 1.290
diff -u -B -p -r1.290 ChangeLog
--- ChangeLog 13 Oct 2004 22:51:50 -0000 1.290
+++ ChangeLog 14 Oct 2004 11:22:17 -0000
@@ -1,3 +1,7 @@
+2004-10-14 Mikael Hallendal <micke imendio com>
+
+ * autogen.sh: Run intltoolize
+
2004-10-13 Larry Ewing <lewing novell com>
* src/PreviewPopup.cs: add a border to the preview popup window.
Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/f-spot/autogen.sh,v
retrieving revision 1.5
diff -u -B -p -r1.5 autogen.sh
--- autogen.sh 10 Oct 2004 21:06:51 -0000 1.5
+++ autogen.sh 14 Oct 2004 11:22:17 -0000
@@ -118,6 +118,10 @@ do
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
+ if grep "^AC_PROG_INTLTOOL" configure.in >/dev/null; then
+ echo "Running intltoolize..."
+ intltoolize --copy --force --automake
+ fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..."
libtoolize --force --copy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]