On Monday 01 May 2006 11:38, Jon Keating wrote:
> I will add more items to it, and details of what I want and how to
> accomplish it. The 2 rename ones are very easy... but can be a start,
> since it is one of the first steps to changing Licq.

The following command renames CICQDaemon to CLicqDaemon and ICQUser to 
CLicqUser. Just run it in your checked out licq directory to do the renames 
for the licq daemon and all plugins.

find . \( -type f ! -wholename '*\.svn/*' \) -print | while read file ; do 
sed -e 's/CICQDaemon/CLicqDaemon/g' $file | sed -e 's/ICQUser/CLicqUser/g' - 
> $file.new; mv -f $file.new $file; done 

Since the patch is 67K compressed I'm not attaching it. It can instead be 
downloaded from http://ejohansson.se/files/licq-renames.patch.gz

I have built both the daemon and qt-gui after the rename and they work. But I 
had to remove AC_CHECK_BOOST in configure.in, otherwise make -f Makefile.cvs 
failed with:
onfigure.in:88: error: possibly undefined macro: AC_CHECK_BOOST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

// Erik

-- 
This is an example for a correct signature.

Erik Johansson
http://ejohansson.se


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to