dino-lang / dino

The programming language DINO
GNU General Public License v2.0
71 stars 5 forks source link

'ONIGURUMA/missing' doesn't implement the '--is-lightweight' option #7

Closed teshields closed 8 years ago

teshields commented 8 years ago

Environment: Mac OS X El Capitan version 10.11.5 (current) Xcode version 7.3.1 (current)

Running 'configure' generates a warning in ONIGURUMA:

/missing: Unknown '--is-lightweight' option Try `/missing --help' for more information configure: WARNING: 'missing' script is too old or missing The 'ONIGURUMA/missing' script has 'scriptversion=2006-05-10.23'; all other instances of this script in the dino distribution have 'scriptversion=2013-10-28.13' and are all identical. Replacing the 'ONIGURUMA/missing' script with a copy of the newer version eliminates the error.
vnmakarov commented 8 years ago

Thank you. ONIGURUMA did not change with user point of view but may ONIGURUMA trunk have a new version of the script.

vnmakarov commented 8 years ago

I've updated version of missing script on dino-0.97 branch and updated all ONIGURUMA package to version 6.0.0 on master.