Changeset 1722

Show
Ignore:
Timestamp:
03/14/07 12:42:26
Author:
svillar
Message:

ACLOCAL_FLAGS issue fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1719 r1722  
     12007-03-14  Sergio Villar Senin  <svillar@igalia.com> 
     2 
     3        * Fixed an issue with ACLOCAL_FLAGS in the autogen.sh 
     4 
    152007-03-11  Philip Van Hoof  <pvanhoof@gnome.org> 
    26 
  • trunk/autogen.sh

    r1648 r1722  
    22# Run this to generate all the initial makefiles, etc. 
    33 
    4 export ACLOCAL_FLAGS="-I `pwd`/m4
     4export ACLOCAL_FLAGS="-I `pwd`/m4 $ACLOCAL_FLAGS
    55 
    66srcdir=`dirname $0`