[gtk-vnc] Add separate m4 dir to avoid intltool/libtool splattering over gnulib



commit d61ccfcc91598234e1678d1e2510d347921754d6
Author: Daniel P. Berrange <berrange redhat com>
Date:   Tue Aug 25 12:59:22 2009 +0100

    Add separate m4 dir to avoid intltool/libtool splattering over gnulib
    
    If no generic -I m4 directory is listed, libtool & intltool will
    splatter their files all over those belonging to gnulib. This gives
    wierd, unpredictable build errors depending on whose file was copied
    over most recently.
    
    * Makefile.am: Add -I m4 flag

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index efa895c..192026b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = gnulib/lib src examples plugin gnulib/tests po
-ACLOCAL_AMFLAGS = -I gnulib/m4
+ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
 
 pkgconfig_DATA = @PACKAGE -1 0 pc
 pkgconfigdir = $(libdir)/pkgconfig



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]