efl/legacy/edje/conf-e-x11.sh

10 lines
137 B
Bash
Raw Normal View History

2003-07-20 17:24:14 -07:00
#!/bin/sh
if [ -f ./Makefile ]; then
make clean distclean
fi
if [ -f ./config.cache ]; then
rm config.cache
fi
./autogen.sh \
2003-07-20 17:24:14 -07:00
$@