sudo apt install autoreconf or such. don't know exactly how the autoreconf package is called on debian derivates.
Joe Carmichael <j...@2spring.net> schrieb am Mo., 22. Juni 2020, 14:59: > Hello, > > I cannot install on Linux Mint 19.3. I installed as a user. It failed and > I tried again as sudo with the same result. The guide says to email here > for any help. > > Steps I took, following the guide on libreplanet here > <https://libreplanet.org/wiki/Group:LibreDWG#Checking_out>. > > - cd Downloads > - git clone git://git.sv.gnu.org/libredwg.git > - cd libredwg > - sh autogen.sh > > That command throws the following output. > > - ➜ libredwg git:(master) sh autogen.sh > + rm -rf autom4te.cache config.status > + test -d .git -a -f build-aux/git-version-gen > + git fetch --tags > + rm .tarball-version > rm: cannot remove '.tarball-version': No such file or directory > + build-aux/git-version-gen .tarball-version > + v=0.10.1.1198_1b2c3 > + echo 0.10.1.1198_1b2c3 > + echo 0.10.1.1198_1b2c3 > + set -e > + autoreconf --install --symlink -I m4 > autogen.sh: 24: autogen.sh: autoreconf: not found > > I tried the next steps just in case the above was expected. > > - ➜ libredwg git:(master) ./configure --enable-trace > zsh: no such file or directory: ./configure > ➜ libredwg git:(master) make > make: *** No targets specified and no makefile found. Stop. > > I stopped at this point. Is there any advice on what steps to take next to > try and install this? Any help is appreciated! > > Thank you. > > Kind regards, > > Joe >