You've already forked fuse-utils
mirror of
https://git.code.sf.net/p/fuse-emulator/fuse-utils
synced 2025-08-09 00:42:13 +03:00
Select glibtoolize where required.
Legacy-ID: 5082
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
set -e
|
||||
|
||||
aclocal -I m4
|
||||
libtoolize --automake
|
||||
# Mac OS X: Use glibtoolize instead
|
||||
(glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize |
|
||||
| LIBTOOLIZE=libtoolize
|
||||
$LIBTOOLIZE --automake
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
|
@@ -444,3 +444,4 @@
|
||||
(patch #324) (Santiago Vila).
|
||||
20140424 fmfconv.c: correct vga resolution (Sergio).
|
||||
20140507 m4/iconv.m4: update iconv to version from gettext-0.18.2 (Fred).
|
||||
20140507 autogen.sh: select glibtoolize where required (Sergio).
|
||||
|
Reference in New Issue
Block a user