Home | History | Annotate | Download | only in f2fs-tools
      1 #!/bin/sh
      2 
      3 aclocal && \
      4 autoheader && \
      5 autoconf && \
      6 libtoolize && \
      7 automake -a -c
      8