moretension / duti

A command-line tool to select default applications for document types and URL schemes on Mac OS X
Other
1.41k stars 66 forks source link

can't run ./configure command inside project directory ("-bash: ./configure: No such file or directory"), and when running make ("make: *** No targets specified and no makefile found. Stop.) #5

Closed ddd1600 closed 9 years ago

TGBX commented 9 years ago

Ditto here. Looks like a good tool (or would be), but ultimately completely useless if it can't be built and no precompiled binary is offered. It's a shame that this project is not properly set up, as it would have been a neat Swiss Army Knife for Mac administrators, but unfortunately it simply isn't. After messing around doing exactly what the instructions say - and it completely failing - I have to move on because I can't waste time screwing around with something that's broken. Since the default browser is 90% of what I want to do, I'm going with "defaultbrowser" instead. It's a one-trick pony, but at least it works. https://github.com/kerma/defaultbrowser/

moretension commented 9 years ago

Whoa there! Dial down the sense of entitlement, please. No doubt a precompiled binary would be convenient. I'll get to that when I have time. In the meantime, there is a homebrew recipe for duti:

https://github.com/Homebrew/homebrew/blob/master/Library/Formula/duti.rb

So you can just "brew install duti" and be done.

moretension commented 9 years ago

The solution is to run autoconf first:

autoconf ./configure make