----- Original Message ----- > From: Paul Beach <pbe...@ibphoenix.com> > To: firebird-devel@lists.sourceforge.net > Cc: > Sent: Monday, July 1, 2013 8:58 AM > Subject: Re: [Firebird-devel] fbintl.conf > > Re. > > <<cp: 1.11.1*/install-sh: No such file or directory > cp: automake): No such file or directory > cp: (GNU: No such file or directory > cp: /usr/share/automake-automake: No such file or directory > > Can't continue. What should I do?.>> > > Your autogen.sh probably contains the following lines > > # automake 1.10 may show '1.10.x' as version while the directory is > still named > # automake-1.10 > am_ver=`automake --version|sed 's/.\+ //; s/\.[^.]\+$//; q'` > cp /usr/share/automake-$am_ver*/install-sh $CONFIG_AUX_DIR || exit 1 > > its failing on the cp, because the sed isn't returning the correct value. > > > # automake 1.10 may show '1.10.x' as version while the directory is > still named > # automake-1.10 > am_ver=`automake --version|sed 's/.\+ //; s/\.[^.]\+$//; q'` > cp /opt/local/share/automake-1.13/install-sh $CONFIG_AUX_DIR || exit 1 > > try amending autogen.sh to point to the directory where automake is installed > on > your system > directly e.g. like above. > > Paul >
Thanks Paul, I just had to replace /usr/share/autogen... to /usr/local/share/autogen-... Leonardo M. Ramé http://leonardorame.blogspot.com ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel