mirror of
https://git.code.sf.net/p/fuse-emulator/fuse-utils
synced 2025-04-19 08:42:15 +03:00
Swtich to using autoreconf
This commit is contained in:
parent
cd18800bc8
commit
c23f214890
@ -25,11 +25,4 @@
|
||||
# Exit on errors
|
||||
set -e
|
||||
|
||||
aclocal -I m4
|
||||
# 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
|
||||
autoreconf -f -i -I m4
|
||||
|
Loading…
x
Reference in New Issue
Block a user