configure.in
changeset 82 a32b54e654e2
parent 78 8506d9435c93
child 84 7ae7b690aa89
equal deleted inserted replaced
81:b9dfe6efc011 82:a32b54e654e2
     1 AC_INIT(loudmouth/lm-message.h)
     1 AC_INIT(loudmouth/lm-message.h)
     2 
     2 
     3 AM_CONFIG_HEADER(config.h)
     3 AM_CONFIG_HEADER(config.h)
     4 
     4 
     5 AM_INIT_AUTOMAKE(loudmouth, 0.15.1)
     5 AM_INIT_AUTOMAKE(loudmouth, 0.16)
     6 
     6 
     7 AM_MAINTAINER_MODE
     7 AM_MAINTAINER_MODE
     8 
     8 
     9 AC_PROG_CC
     9 AC_PROG_CC
    10 AC_ISC_POSIX
    10 AC_ISC_POSIX
   177 AC_OUTPUT([
   177 AC_OUTPUT([
   178 Makefile
   178 Makefile
   179 docs/Makefile
   179 docs/Makefile
   180 docs/reference/Makefile
   180 docs/reference/Makefile
   181 loudmouth/Makefile
   181 loudmouth/Makefile
       
   182 examples/Makefile
   182 loudmouth-1.0.pc
   183 loudmouth-1.0.pc
   183 loudmouth.spec])
   184 loudmouth.spec])
   184 
   185 
   185 dnl mono/Makefile
   186 dnl mono/Makefile
   186 dnl mono/loudmouth/Makefile
   187 dnl mono/loudmouth/Makefile
   187 
   188 
   188 dnl ==========================================================================
   189 dnl ==========================================================================
   189 echo "
   190 echo "
   190 
   191 
   191                     Loudmouth $VERSION
   192           Loudmouth $VERSION from Imendio HB
   192 	=========================================
   193 	==================================
   193 
   194 
   194         prefix:                   ${prefix}
   195         prefix:                   ${prefix}
   195         compiler:                 ${CC}
   196         compiler:                 ${CC}
   196         cflags:                   ${CFLAGS}
       
   197 
       
   198 	"
   197 	"
   199 		    
   198 		    
   200 dnl if test x$enable_mono = xyes ; then
   199 dnl if test x$enable_mono = xyes ; then
   201 dnl echo \
   200 dnl echo \
   202 dnl "        mcs:                     ${MCS}
   201 dnl "        mcs:                     ${MCS}
   206 dnl echo \
   205 dnl echo \
   207 dnl "        mcs:                     (not enabled)
   206 dnl "        mcs:                     (not enabled)
   208 dnl "
   207 dnl "
   209 dnl fi
   208 dnl fi
   210 
   209 
       
   210 
   211 echo \
   211 echo \
   212 
   212 "        Enable SSL               ${ac_ssl}"
   213 echo \
       
   214 "        Enable SSL               ${ac_ssl}
       
   215 "
       
   216 echo \
   213 echo \
   217 "        Enable Debug:            ${enable_debug}
   214 "        Enable Debug:            ${enable_debug}
   218 "
   215 "
   219 
       
   220 echo \
   216 echo \
   221 "        Now type 'make' to build Loudmouth
   217 "        Now type 'make' to build Loudmouth
   222 "
   218 "
   223 
   219