Author: yamakenz Date: Tue Jul 3 01:52:32 2007 New Revision: 4657 Modified: libgcroots-trunk/Makefile.am libgcroots-trunk/README libgcroots-trunk/configure.ac
Log: * This commit update website URLs and mailinglist address for Google Code hosting * configure.ac - Update mailinglist address * README * Makefile.am - Update site URLs Modified: libgcroots-trunk/Makefile.am ============================================================================== --- libgcroots-trunk/Makefile.am (original) +++ libgcroots-trunk/Makefile.am Tue Jul 3 01:52:32 2007 @@ -22,7 +22,7 @@ # $(distdir) does work as a part of $(RELEASE_URL) when configured as a # subpackage. DIST_NAME = $(PACKAGE)-$(VERSION) -UIM_REPOSITORY = http://anonsvn.freedesktop.org/svn/uim +UIM_REPOSITORY = http://uim.googlecode.com/svn LIBGCROOTS_REPOSITORY = $(UIM_REPOSITORY)/libgcroots-trunk TAGS_REPOSITORY = $(UIM_REPOSITORY)/tags #RELEASE_URL = $(LIBGCROOTS_REPOSITORY) Modified: libgcroots-trunk/README ============================================================================== --- libgcroots-trunk/README (original) +++ libgcroots-trunk/README Tue Jul 3 01:52:32 2007 @@ -15,7 +15,7 @@ See this page for latest information. - http://uim.freedesktop.org/wiki/SigSchemeDownload + http://code.google.com/p/sigscheme/wiki/libgcroots Implementation Status Modified: libgcroots-trunk/configure.ac ============================================================================== --- libgcroots-trunk/configure.ac (original) +++ libgcroots-trunk/configure.ac Tue Jul 3 01:52:32 2007 @@ -21,7 +21,7 @@ dnl AC_INIT(gc,7.0alpha7,[EMAIL PROTECTED]) dnl ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)? dnl AC_CONFIG_SRCDIR(gcj_mlc.c) -AC_INIT([gcroots], [0.2.0], [EMAIL PROTECTED], [libgcroots]) +AC_INIT([gcroots], [0.2.0], [EMAIL PROTECTED], [libgcroots]) AC_CONFIG_SRCDIR(include/private/gcroots_priv.h) AC_CANONICAL_TARGET AC_PREREQ(2.60b)
