mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
12 lines
261 B
INI
12 lines
261 B
INI
You should be able to just run the ./configure and then 'make'.
|
|
|
|
|
|
Sometimes we have to update the autotools bits. Here's what was used the last
|
|
time:
|
|
|
|
libtoolize --automake --copy --force
|
|
aclocal --force
|
|
automake --add-missing --copy --force-missing
|
|
autoconf
|
|
|