Menu

How to build? aclocal, autoconf, configure?

2019-08-27
2019-08-27
  • Jason Spangler

    Jason Spangler - 2019-08-27

    Sorry if I've missed something obvious - I'm trying to build partclone-utils from the git repo source.

    I noticed configure is not included, so I tried to generate it using:

    aclocal
    automake --add-missing --foreign
    

    That didn't work either.

    Thanks for any help!

     
  • Jason Spangler

    Jason Spangler - 2019-08-27

    Of course I figured it out right after posting! :-)

    For future searchers, here are the steps that worked for me:

    aclocal
    automake --add-missing --foreign
    autoreconf -i
    ./configure
    make
    

    From https://stackoverflow.com/a/45622270

     

    Last edit: Jason Spangler 2019-08-28

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.