[gtk-vnc] Disable build-aux since its broken on older libtool/intltool
- From: Daniel P. Berrange <dberrange src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Disable build-aux since its broken on older libtool/intltool
- Date: Fri, 28 Aug 2009 09:41:19 +0000 (UTC)
commit a27a0e273e15c6fcc06a9e80ebffa69d6608b801
Author: Daniel P. Berrange <berrange redhat com>
Date: Fri Aug 28 05:40:39 2009 -0400
Disable build-aux since its broken on older libtool/intltool
* configure.ac: Disable use of build-aux rule
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7f50883..d405db5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,8 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT([gtk-vnc], [0.3.9])
AC_CONFIG_SRCDIR([src/gvnc.c])
-AC_CONFIG_AUX_DIR([build-aux])
+dnl Causes problems with RHEL-5 vintage intltool
+dnl AC_CONFIG_AUX_DIR([build-aux])
AM_CONFIG_HEADER([config.h])
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]