3 # Call this as "./autogen.sh clean" to prepare for
12 rm -f global_config configure Makefile Makefile.in
13 rm -f aclocal.m4 ltmain.sh stamp-h1
14 rm -f config.{log,guess,h,h.in,sub,status}
15 rm -rf autom4te.cache cfg .deps
17 if [ "$1" = "clean" ]; then exit 0; fi
23 # After this, run ./configure, then make as
24 # "make -j$(nproc)" (on linux)