dspiljar / mboxgrep

A tool to select email messages matching a pattern from a mailbox
https://mboxgrep.org/
GNU General Public License v2.0
2 stars 1 forks source link

./configure fails on cygwin #1

Closed giachello closed 1 month ago

giachello commented 2 months ago

In building your program on Cygwin using the stock gcc compiler, the configure step fails with an error

"config.setup : could not find Makefile .in"

The reason is because there is a newline between Makefile and .in, probably because your AC_CONFIG_FILES has newlines. Editing the config.status script to remove the newlines fixes the problem and the sw compiles fine.