Files
third_party_libfuse/kernel/makeconf.sh
T
2004-11-10 11:52:26 +00:00

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'."