03ec5a6 Call intltoolize after autoreconf

Authored and Committed by etrunko 8 years ago
1 file changed. 1 lines added. 1 lines removed.
    Call intltoolize after autoreconf
    
    After removing m4/.gitignore file in previous patch, I started getting
    the following error when running autogen.sh.
    
    ln: failed to create symbolic link ‘m4/intltool.m4’: No such file or directory
    cp: cannot create regular file ‘m4/intltool.m4’: No such file or directory
    intltoolize: cannot copy '/usr/share/aclocal/intltool.m4' to 'm4/intltool.m4'
    
    The problem is that intltoolize requires te m4/ directory to be present,
    and this directory is actually created by running autoreconf, so it
    should be called before intltoolize.
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
    
        
file modified
+1 -1