diff --git a/ChangeLog b/ChangeLog index 00fe83985..642637404 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Gajim 0.11 (XX October 2006) - + * New build system, using GNU autotools. See README. + * Support for link-local messaging via zeroconf/bonjour * Intoducing View Menu (GNOME HIG) * GNOME Keyring Support (if GNOME keyring available, manage passwords and save them in an encrypted file). * Ability to now hide the Transports group diff --git a/README.html b/README.html index 3be3024eb..2fe8be3ab 100644 --- a/README.html +++ b/README.html @@ -60,9 +60,10 @@ If you still have problems compiling, you may want to try removing the gtk1 seri
@@ -81,8 +82,22 @@ Just do gajim or you can run Gajim from your GNOME/XFCE/KDE/whatever me or if you didn't 'make install' you can also run from gajim folder with ./launch.sh +
+ $ sh autogen.sh + $ ./configure + $ make +
su -c make uninstall
diff --git a/src/common/gajim.py b/src/common/gajim.py
index 8f5a7faef..29481a181 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -33,8 +33,7 @@ except ImportError:
If you start gajim from svn:
* Make sure you have GNU autotools installed.
This includes the following packages:
- aclocal-1.9
- automake-1.9
+ automake >= 1.8
autoconf >= 2.59
intltool-0.35
libtool