Re: glocale imported in Giulia CVS



Hi,

Le lundi 26 septembre 2005 �2:32 +0200, Bruno Haible a �it :
> The glocale library - in its current state where LC_CTYPE and LC_MESSAGES are
> implemented - has been imported into the giulia CVS. 

I added a jhbuild module in my moduleset and tried to build it, but it
doesn't work because jhbuild expects autogen.sh to call configure as the
last thing (every GNOME module does that). Ok to commit the attached
patch?

And autogen.sh doesn't support out-of-srcdir builds, but that's for
another patch :)


Regards,
	Christian
Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/giulia/glocale/autogen.sh,v
retrieving revision 1.1
diff -p -u -u -p -r1.1 autogen.sh
--- autogen.sh	26 Sep 2005 19:43:59 -0000	1.1
+++ autogen.sh	26 Sep 2005 21:16:16 -0000
@@ -24,3 +24,4 @@ aclocal -I m4
 autoconf
 autoheader && touch config.h.in
 automake
+./configure $@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]