1
0
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:
Fredrick Meunier
2014-05-07 12:24:20 +00:00
parent 1455b4ea94
commit d89ab4f1ef
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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).