Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wrong regular expressions in the bootstrap script

<< < (2/3) > >>

afb:
Since we cut it out from the --version, it should work OK. (it did for me)

Let me know if it doesn't, or when next bleeding edge FC version arrives :-)

SharkCZ:
Hopefully this solution will last some time ;-)

knue:
Since I have autoconf 2.61 installed the regular expressions does not work for me neither. I get
Autoconf 2.50 or above is required. Aborting build...
too.

autoconf --version 2>&1|head -n 1|egrep '1.*|2.[0-4]'
gives me:
autoconf (GNU Autoconf) 2.61

Perhaps it should be replaced with:
autoconf --version 2>&1|head -n 1|egrep '1.+|2.[0-4]'
This works for me.

afb:
Please update your sources from SVN.

knue:
I am at revision 3204.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version