deanproxy / eMail

Command line SMTP client
https://www.deanproxy.com/code
GNU General Public License v2.0
136 stars 46 forks source link

./configure fails if the path to it contains spaces #42

Closed mikhailnov closed 6 years ago

mikhailnov commented 7 years ago

./configure fails if the path to it conatins spaces, e.g. if it '/home/user/Рабочий стол/eMail/configure'. You probably missed '' or "" somewhere.

deanproxy commented 6 years ago

Cannot reproduce. You must run configure inside of the compiling directory where theconfigure script resides. If the directory with the source and configure script is called eMail, then you must be inside that directory to run ./configure. I have tried putting the eMail directory inside multiple other directories, all with spaces in the name and cannot make it fail as reported.