[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [mpop-users] po makes bad assumption and using /bin/sh to run a binary (not a shell script)
> po/Makefile.in.in comes from GNU gettext. The change that causes the
> problem for you was added in gettext-0.16:
> http://cvs.savannah.gnu.org/viewcvs/gettext/gettext-runtime/po/Makefile.in.in?root=gettext&r1=1.24&r2=1.25
> It is still in gettext-0.16.1.
>
> I now switched to gettext-0.16.1, automake-1.10, and autoconf-2.61.
> This combination should not have the problem.
>
> I uploaded a new version to http://www.marlam.de/mpop-1.0.6.tar.bz2
> (your errno patch is also included).
> Could you please test if this version still shows the problem?
It works for me now. It doesn't attempt to run my /usr/bin/install binary
with the shell.
Thanks.