phatina / simple-mtpfs

Simple MTP fuse filesystem driver.
GNU General Public License v2.0
371 stars 45 forks source link

configure.ac:18: error: possibly undefined macro: AC_DEFINE #72

Open RCoeurjoly opened 4 years ago

RCoeurjoly commented 4 years ago

Did a clone of repo. When executing ./autogen.sh, I get the following:

autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:18: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1

Ultra-Code commented 3 years ago

Look at #79 for the fix which worked for me