Fallback to glibtoolize, such as on Darwin
This commit is contained in:
parent
c17f7135dd
commit
37860b9bba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
echo "no" | glib-gettextize --force --copy
|
echo "no" | glib-gettextize --force --copy
|
||||||
intltoolize --copy --force --automake
|
intltoolize --copy --force --automake
|
||||||
libtoolize --copy --force
|
libtoolize --copy --force || glibtoolize --copy --force
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in a new issue