adium: 78a74df6: The sed command had already been fixed. ...

evands at pidgin.im evands at pidgin.im
Wed Nov 4 19:35:43 EST 2009


-----------------------------------------------------------------
Revision: 78a74df6409d7f4ecec12c827389c1ab9098bdb6
Ancestor: ee31fe06606802c763bdfd67e8e3c4574cf7b13f
Author: evands at pidgin.im
Date: 2009-11-05T00:36:00
Branch: im.pidgin.adium
URL: http://d.pidgin.im/viewmtn/revision/info/78a74df6409d7f4ecec12c827389c1ab9098bdb6

Modified files:
        autogen.sh

ChangeLog: 

The sed command had already been fixed. Using the im.pidgin.pidgin fix to prevent merge errors

-------------- next part --------------
============================================================
--- autogen.sh	e391c91d403471c298dfc7c38a330ca3e43a227c
+++ autogen.sh	a63ce3a45269d70ccb479d783fcc2dd63ea939e6
@@ -143,7 +143,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} "-e s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" "-i \"\"" "`dirname "$0"`"/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