This is a discussion on RE: configure vs. autoconf and autoheader within the SNMP Coders forums, part of the Networking and Network Related category; BS> Test -n is string comparison. To check for executables, it needs to be BS> "test -x&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
BS> Test -n is string comparison. To check for executables, it needs to be BS> "test -x". BS> BS> I tried this in a short script. Using "-n", no matter what I called BS> "autoconf" eg. "autoqosrei8", it "found" it. When I changed it to "-x", it BS> performed as I would expect it to perform. BS> BS> What's going on??? MF>If I were to guess I'd say that the point is to let you run configure in MF>preparation for the future time when you get to install autoconf, and then MF>you should be able to name autoconf whatever you wish. MF>I suppose that the value of $as_executable_p might contain an -x as that seems MF>to be the place where they search among installed binaries. ....but I've GOT autoconf. Why doesn't it believe me...or itself? This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communication received in error, or subsequent reply, should be deleted or destroyed. ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |