mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-21 00:45:56 -04:00
10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#! /bin/sh
|
|
|
|
echo Running autoheader...
|
|
autoheader
|
|
echo Running autoconf...
|
|
autoconf
|
|
|
|
rm -f config.cache config.status
|
|
echo "To compile run './configure', and then 'make'."
|