configure.ac
changeset 296 54393019edac
parent 293 b4336dfa5b91
child 303 2b9069a3ac84
--- a/configure.ac	Mon Oct 29 18:36:36 2007 +0100
+++ b/configure.ac	Mon Oct 29 20:02:01 2007 +0100
@@ -1,6 +1,6 @@
-AC_INIT(Loudmouth, 1.3.1, loudmouth)
+AC_INIT(Loudmouth, 1.3.2, loudmouth)
 AC_PREREQ(2.59)
-AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB])
+AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio, Collabora])
 
 AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
 AM_CONFIG_HEADER(config.h)
@@ -39,6 +39,13 @@
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
+LT_CURRENT=1
+LT_REVISION=0
+LT_AGE=1
+AC_SUBST([LT_CURRENT])
+AC_SUBST([LT_REVISION])
+AC_SUBST([LT_AGE])
+
 AM_PATH_GLIB_2_0
 
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h memory.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h]) 
@@ -261,8 +268,8 @@
 dnl ==========================================================================
 echo "
 
-        Loudmouth $VERSION from Imendio, Collabora
-	=====================================
+	Loudmouth $VERSION from Imendio, Collabora
+	==========================================
 
 	prefix:                   ${prefix}
 	compiler:                 ${CC}