Michael Jennings wrote: > On Thursday, 02 November 2006, at 19:03:32 (+0100), > Kim Woelders wrote: > >> +if cvs -v >/dev/null 2>&1; then >> + echo "Running autopoint..." ; autopoint -f || exit 1 >> +else >> # no more autopoint. cuases too many hassles. too bad gentoo users - go back >> # to automake 1.9 :( >> -#echo "Running autopoint..." ; autopoint -f || exit 1 >> + echo "No cvs - Not running autopoint..." >> +fi > > Better plan: > > echo "Running autopoint..." ; autopoint -f || : > ^ > Michael >
I would much more try to see if autopoint if installed and make an eval `autopoint -f`. This if I understand eval usage will prevent from stopping the execution of autogen.sh and execute autopoint -f if possible. Marc-André ------------------------------------------------------------------------- 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 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel