Snaipe / libcsptr

Smart pointers for the (GNU) C programming language
https://snai.pe/c/c-smart-pointers/
MIT License
1.57k stars 143 forks source link

Missing message macro in AC_CHECK_LIB call #6

Closed bturrubiates closed 9 years ago

bturrubiates commented 9 years ago

Running configure results in the following message:

checking for srunner_run_all in -lcheck... no
../../../dependencies/csptr/configure: line 12116: Could: command not found
checking whether ln -s works... yes

I think you probably wanted AC_MSG_ERROR/AC_MSG_NOTICE

Here is the line in question: https://github.com/Snaipe/c-smart-pointers/blob/master/configure.ac#L16

Snaipe commented 9 years ago

Thank you for noticing!