configure needs to be more generic.
Status: Beta
Brought to you by:
laureck
The configure command needs to be made a bit more generic, right now it special cases OSX, and uses too specific a pattern to tell when that's the OS. So what I've done is changed that if to a case, and made it check for FreeBSD (which also doesn't have a "cp -d")...
Patch for configure for OSX and FreeBSD.