diff --git a/README b/README index 16552ca..f83775f 100644 --- a/README +++ b/README @@ -2,11 +2,8 @@ BiCon - The Bidirectional Console ================================= -This is the bidirectional console as presented by Arabeyes. - - -Depenncy --------- +Dependencies +------------ - FriBiDi >= 0.10.4 (library AND headers) @@ -48,6 +45,4 @@ Of course, you have a man page bicon(1) to check. Reporting Bugs -------------- -Please report all bugs to -http://bugs.arabeyes.org/cgi-bin/bugzilla/query.cgi -Feedback at developer@arabeyes.org is also welcome. +Please report all bugs to http://github.com/behdad/bicon diff --git a/configure.ac b/configure.ac index 5d402da..8b51c05 100644 --- a/configure.ac +++ b/configure.ac @@ -1,18 +1,5 @@ -############################################################################## -## $Id$ -## $Author$ -## $Date$ -## $Revision$ -## $Source$ -############################################################################## -## -*- Autoconf -*- -## Process this file with autoconf to produce a configure script. -## Use autoupdate to update this file for newer versions of autoconf. -## Use autoscan to check if you need to add something to this file. - AC_PREREQ(2.59) -AC_INIT([BiCon],[0.2.0],[http://bugs.arabeyes.org/cgi-bin/bugzilla/enter_bug.cgi?product=BiCon]) -AC_REVISION([$Id$]) +AC_INIT([BiCon],[0.3.0],[http://github.com/behdad/bicon]) AC_CONFIG_SRCDIR(bicon/bicon.c) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([gnu check-news])