OSDN Git Service

configure.in: use AC_MSG_{RESULT,WARN,ERROR} instead of echo
authorTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 14:52:42 +0000 (10:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 14:52:42 +0000 (10:52 -0400)
commit02d04db494bc2e8ac3ba7d96ddff0ac0047b40bf
tree47172c98000ae7c45c9ab507aa27fdb8c0747417
parent2d40a91e171ec1cfb6bb80a0e788e0740bb1d747
configure.in: use AC_MSG_{RESULT,WARN,ERROR} instead of echo

This gives us standard behavior when using flags such as --quiet, and
gives us standard warning output when showing warnings and errors.

Addresses-Sourceforge-Patches: #2058794

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in