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!
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
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
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:
That didn't work either.
Thanks for any help!
Of course I figured it out right after posting! :-)
For future searchers, here are the steps that worked for me:
From https://stackoverflow.com/a/45622270
Last edit: Jason Spangler 2019-08-28