From: <svn...@op...> - 2005-03-22 17:48:39
|
Author: drzeus Date: 2005-03-22 18:49:09 +0100 (Tue, 22 Mar 2005) New Revision: 403 Modified: trunk/configure.in Log: Name change to reflect OpenSync's library nature. This affects tarball and rpm creation. Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2005-03-22 17:40:29 UTC (rev 402) +++ trunk/configure.in 2005-03-22 17:49:09 UTC (rev 403) @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(OpenSync, 0.14, [], opensync) +AC_INIT(OpenSync, 0.14, [], libopensync) AC_CONFIG_SRCDIR([opensync/opensync.h]) AM_INIT_AUTOMAKE(foreign) AC_CONFIG_HEADER(config.h) |