diff options
author | Jonathan Blandford <jrb@redhat.com> | 2003-12-16 07:04:30 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@redhat.com> | 2003-12-16 07:04:30 +0000 |
commit | 465eeeb933a874e3947c614638fa67023c5e6e89 (patch) | |
tree | 9af895946577ec50b00a3be1381565a66983473e /autogen.sh | |
parent | 11afaf7722d96fa26b2149d1979359b7d07769e6 (diff) | |
download | shared-mime-info-465eeeb933a874e3947c614638fa67023c5e6e89.tar.gz |
add an intltoolize command
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ do_cmd() { do_cmd libtoolize --force --copy +do_cmd intltoolize --force + do_cmd aclocal ${ACLOCAL_FLAGS} do_cmd autoheader |