summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 1585d4967..a3069b319 100644
--- a/README
+++ b/README
@@ -22,6 +22,8 @@ Building telepathy-glib requires:
GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
libdbus <http://dbus.freedesktop.org/releases/dbus/>
The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
+
+ GNU make <http://www.gnu.org/software/make/>
pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
libxslt, xsltproc <http://xmlsoft.org/XSLT/>
Python <http://www.python.org/>
diff --git a/configure.ac b/configure.ac
index dd63aad01..39db1fcab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_INIT([Telepathy-GLib], [tp_glib_version],
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.8])
+AM_INIT_AUTOMAKE([1.8 -Wno-portability])
AM_CONFIG_HEADER(config.h)
dnl check for tools