[jhbuild] Add system wide aclocal paths



commit 995a7137880552cc1c6db708a9fdcebd849b1cdc
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Feb 9 15:04:13 2010 +0100

    Add system wide aclocal paths

 jhbuild/config.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/config.py b/jhbuild/config.py
index b9251a9..6009829 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -361,6 +361,8 @@ class Config:
                 os.makedirs(aclocaldir)
             except:
                 raise FatalError(_("Can't create %s directory") % aclocaldir)
+        addpath('ACLOCAL_FLAGS', '/usr/share/aclocal')
+        addpath('ACLOCAL_FLAGS', '/usr/local/share/aclocal')
         addpath('ACLOCAL_FLAGS', aclocaldir)
 
         # PERL5LIB



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