diff options
| author | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2015-10-29 17:46:55 -0200 |
|---|---|---|
| committer | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2015-11-04 12:17:15 -0200 |
| commit | 03ec5a69d25669ef612eabcad587850d0af29348 (patch) | |
| tree | eff4e3eb2325e29fbd18f9e7f5b39a3a04fe3168 /git.mk | |
| parent | fbce89dd7f113b62af5c6d2fb1292f1923145811 (diff) | |
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>
Diffstat (limited to 'git.mk')
0 files changed, 0 insertions, 0 deletions
