X-Git-Url: http://git.datanom.net/vcard-parser.git/blobdiff_plain/4a29ae6b03575f6433f39e91e4162c787be7f6e1..aa039bee0fd8f3db86fb10482345f940ce63f33b:/configure.ac diff --git a/configure.ac b/configure.ac index d811bcf..ead011d 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ AM_CONDITIONAL(BUILD_EXAMPLE, test x"$ac_enable_example" = "xyes") AC_CONFIG_COMMANDS( [summary], [[echo "" - echo -e "libvcard will be compiled with these settings:" + echo -e "libvCard will be compiled with these settings:" echo -e "\tCFLAGS:\t\t${CFLAGS}" echo -e "\tLIBS:\t\t${LIBS}" echo -e "\tExample:\t${EXAMPLE}" @@ -91,5 +91,6 @@ AC_CONFIG_COMMANDS( AC_OUTPUT([ Makefile + example/Makefile src/Makefile ])