vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
295 stars 69 forks source link

./autogen.sh fails on Ubuntu 17.10 (autoconf 2.69) #24

Closed mvo5 closed 7 years ago

mvo5 commented 7 years ago

Hi,

when I try to run autogeh.sh on my Ubuntu 17.10 machine (autoconf 2.69, automake 1.15) I get the following error:

$ autoreconf -i
Makefile.am:6: error: MAKE_EXPORT does not appear in AM_CONDITIONAL
Makefile.am:36: error: SQ_WANT_HIGHLEVEL does not appear in AM_CONDITIONAL
Makefile.am:48: error: SQ_WANT_LOWLEVEL does not appear in AM_CONDITIONAL
autoreconf: automake failed with exit status: 1
mvo5 commented 7 years ago

Sorry, looks like a user error. Closing for now. Sorry for the noise.