default_pre_build &&

sed -i "30i #include <stdio.h>" src/cups/commandtoepson.c src/cups/commandtocanon.c &&
sed -i "31i #include <stdarg.h>" src/cups/commandtoepson.c src/cups/commandtocanon.c &&

find -name Makefile.in -exec sed -i 's/$(CURDIR)/BUILDPATH/g' {} + &&

autoreconf -fvi

