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
|
||||
intltoolize --copy --force --automake
|
||||
libtoolize --copy --force
|
||||
libtoolize --copy --force || glibtoolize --copy --force
|
||||
aclocal
|
||||
autoheader
|
||||
autoconf
|
||||
|
|
Loading…
Reference in a new issue