pidgin: 06d40d80: fix the fix for broken libtool 0.40.6 on...

grim at pidgin.im grim at pidgin.im
Tue Oct 27 20:27:26 EDT 2009


-----------------------------------------------------------------
Revision: 06d40d806cc9b5f6805ebb4297bb18fcbbec1bce
Ancestor: 00361407ca19528d29e8f9184449814a7a1df990
Author: grim at pidgin.im
Date: 2009-10-28T00:17:47
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/06d40d806cc9b5f6805ebb4297bb18fcbbec1bce

Modified files:
        autogen.sh

ChangeLog: 

fix the fix for broken libtool 0.40.6 on osx

fixes: #9520


-------------- next part --------------
============================================================
--- autogen.sh	6e17f4da3c000937e6a4e589fb3b58e6f54ccb0d
+++ autogen.sh	e884a445fe82bcd63845c4e7382df6cd278840a2
@@ -151,7 +151,7 @@ run_or_die ${INTLTOOLIZE} ${INTLTOOLIZE_
 run_or_die ${INTLTOOLIZE} ${INTLTOOLIZE_FLAGS:-"-c -f --automake"}
 # This call to sed is needed to work around an annoying bug in intltool 0.40.6
 # See http://developer.pidgin.im/ticket/9520 for details
-run_or_die ${SED} "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in
+run_or_die ${SED} -i .bak -e "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" po/Makefile.in.in
 run_or_die ${ACLOCAL} ${ACLOCAL_FLAGS:-"-I m4macros"}
 run_or_die ${AUTOHEADER} ${AUTOHEADER_FLAGS}
 run_or_die ${AUTOMAKE} ${AUTOMAKE_FLAGS:-"-a -c --gnu"}


More information about the Commits mailing list