Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

Re: xMule 1.10.0 released! (Score: 1)
by Gordy27 on Tuesday, March 22 @ 10:39:10 CST
(User Info )
Quick and dirty: edit po/Makefile.in.in and replace

mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in / .....

with

mkinstalldirs = $(SHELL) @MKINSTALLDIRS@

Makefile.in.in from gettext version 0.11.5 seems to be buggy. Everything newer should work too. So you can also change the version in configure.ac:AM_GNU_GETTEXT() and rerun the necessary autotools (autopoint, aclocal and autoconf, ... better update config.* first in this case).

Regards


| Parent


PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.04 Seconds