diff -r b9dfe6efc011 -r a32b54e654e2 configure.in --- a/configure.in Thu Feb 05 22:18:20 2004 +0000 +++ b/configure.in Thu Mar 18 00:04:59 2004 +0000 @@ -2,7 +2,7 @@ AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(loudmouth, 0.15.1) +AM_INIT_AUTOMAKE(loudmouth, 0.16) AM_MAINTAINER_MODE @@ -179,6 +179,7 @@ docs/Makefile docs/reference/Makefile loudmouth/Makefile +examples/Makefile loudmouth-1.0.pc loudmouth.spec]) @@ -188,13 +189,11 @@ dnl ========================================================================== echo " - Loudmouth $VERSION - ========================================= + Loudmouth $VERSION from Imendio HB + ================================== prefix: ${prefix} compiler: ${CC} - cflags: ${CFLAGS} - " dnl if test x$enable_mono = xyes ; then @@ -208,15 +207,12 @@ dnl " dnl fi -echo \ echo \ -" Enable SSL ${ac_ssl} -" +" Enable SSL ${ac_ssl}" echo \ " Enable Debug: ${enable_debug} " - echo \ " Now type 'make' to build Loudmouth "