changeset 4460:2d425dc6ab14

ForcedAutogenMagic: More expand fixes.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 23 Oct 2008 20:32:15 +0200
parents e2b86a77a303
children a5c38d59885d
files gub/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/commands.py	Thu Oct 23 16:12:25 2008 +0200
+++ b/gub/commands.py	Thu Oct 23 20:32:15 2008 +0200
@@ -307,7 +307,7 @@
                              % locals (), logger)
             aclocal_opt = ''
             if os.path.exists (package.expand ('%(system_prefix)s/share/aclocal')):
-                aclocal_opt = '-I %(system_prefix)s/share/aclocal'
+                aclocal_opt = package.expand ('-I %(system_prefix)s/share/aclocal')
 
             headcmd = ''
             for c in ('configure.in','configure.ac'):