Install autoreconf on OS X v10.7 (Lion)?

后端 未结 6 457
面向向阳花
面向向阳花 2020-12-12 13:33

I\'m attempting to re-install Ruby 1.9.3 with a patch that will allow me to use ruby-debug.

When following the instructions and running

rvm reinstall         


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 14:03

    I solved my autoreconf problem adding the path to my shell:

    sudo pico /etc/paths
    

    then I added the line

    /sw/bin
    

    where I found the autoreconf and autoconf files and saved everything.

    Since then I can use autoreconf without any problems.

提交回复
热议问题