PyFCGI/autogen.sh
2019-07-03 17:11:01 +02:00

11 lines
271 B
Bash
Executable file

#!/bin/sh
[ "$1" = "clean" ] && [ -f "Makefile" ] && make distclean # pour les .o
rm -fR configure aclocal.m4 autom4te.cache src/Makefile.in tests/Makefile.in Makefile.in compile depcomp install-sh missing
[ "$1" = "clean" ] && exit 0
aclocal
automake -a -c
autoconf