On 07/31/15 11:53 PM, Erik de Castro Lopo wrote:> Dave Yeo wrote: > >> >Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf >> >--install --force" > Don't run autoreconf, use autogen.sh in the FLAC git repo which contains: > > touch config.rpathusing a port of DASH, [K:\usr\local\src\flac]sh autogen.sh function: not found autogen.sh: 13: Syntax error: "}" unexpected Plus symlinks are unwanted. Dave
Dave Yeo wrote:> using a port of DASH, > > [K:\usr\local\src\flac]sh autogen.sh > function: not found > autogen.sh: 13: Syntax error: "}" unexpectedI've just switched autogen.sh from bash to sh and made sure it works with /bin/bash> Plus symlinks are unwanted.I've also added a --no-symlinks option to autogen.sh. Happy now? :-) Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo wrote:> I've just switched autogen.sh from bash to sh and made sure > it works with /bin/bashSorry, I meant /bin/dash. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 08/01/15 12:55 AM, Erik de Castro Lopo wrote:> I've just switched autogen.sh from bash to sh and made sure > it works with /bin/bash > >> >Plus symlinks are unwanted. > I've also added a --no-symlinks option to autogen.sh. > > Happy now?:-)Yes, always nice to have plain sh being the requirement. Also tested with [pdk]sh. Dave