axel-download-accelerator / axel

Lightweight CLI download accelerator
GNU General Public License v2.0
2.85k stars 258 forks source link

Fail to compile with errors #358

Closed jenny-cheung closed 2 years ago

jenny-cheung commented 2 years ago

Hi developers: I met a compile error while compiling the project. Thank you for the help! The command: ./configure

The error:

./configure: line 5359: syntax error near unexpected token `git-directory'
./configure: line 5359: `AX_IS_RELEASE(git-directory)'
ismaell commented 2 years ago

It's explained in the README file. Build from release tarballs if you're just building a release.

jenny-cheung commented 2 years ago

OK! Thank you.