configure.ac
changeset 303 2b9069a3ac84
parent 296 54393019edac
child 326 33e5f0c5ba10
equal deleted inserted replaced
302:07e6d94f5032 303:2b9069a3ac84
     1 AC_INIT(Loudmouth, 1.3.2, loudmouth)
     1 AC_INIT(Loudmouth, 1.3.2, loudmouth)
     2 AC_PREREQ(2.59)
     2 AC_PREREQ(2.59)
     3 AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio, Collabora])
     3 AC_COPYRIGHT([
       
     4 	Copyright (C) 2003-2007 Imendio AB
       
     5 	Copyright (C) 2007 Collabora Ltd
       
     6 	Copyright (C) 2007 Nokia Corporation
       
     7 ])
     4 
     8 
     5 AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
     9 AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
     6 AM_CONFIG_HEADER(config.h)
    10 AM_CONFIG_HEADER(config.h)
     7 AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)
    11 AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)
     8 
    12 
   266 loudmouth.spec])
   270 loudmouth.spec])
   267 
   271 
   268 dnl ==========================================================================
   272 dnl ==========================================================================
   269 echo "
   273 echo "
   270 
   274 
   271 	Loudmouth $VERSION from Imendio, Collabora
   275 	Loudmouth $VERSION from Imendio AB, Collabora Ltd, Nokia Corporation
   272 	==========================================
   276 	====================================================================
   273 
   277 
   274 	prefix:                   ${prefix}
   278 	prefix:                   ${prefix}
   275 	compiler:                 ${CC}
   279 	compiler:                 ${CC}
   276 	Have IDN support:         ${have_idn}
   280 	Have IDN support:         ${have_idn}
   277 	Enable SSL:               ${enable_ssl}
   281 	Enable SSL:               ${enable_ssl}