Open zzzMarrezzz opened 3 years ago
Exact same error here, on macOS 10.13.6 (High Sierra)
Ah, this worked for me!
autoreconf-archive
packageautoreconf -i
cd build/
and try ../configure
againOn GNU/Linux, for instance being in simple-mtpfs' toplevel:
$ git clone git://github.com/autoconf-archive/autoconf-archive
$ mv autoconf-archive/m4 .
autoreconf -i
cd build/
and ../configure
Hi! I get the following errors while installing on Ubuntu 20.04
sudo ./autogen.sh utoreconf: Entering directory
.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force aclocal: warning: couldn't open directory 'm4': No such file or directory autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.'sudo ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of g++... gcc3 ./configure: line 3477: syntax error near unexpected token
noext' ./configure: line 3477:
AX_CXX_COMPILE_STDCXX_17(noext)' ` Please advise.