dont need this anymore

SVN revision: 8691
This commit is contained in:
Carsten Haitzler 2004-01-28 02:51:49 +00:00
parent 1210f8a9f7
commit 8b9a69df94
2 changed files with 0 additions and 25 deletions

View File

@ -1,19 +0,0 @@
#!/bin/sh
if [ -f ./Makefile ]; then
make clean distclean
fi
if [ -f ./config.cache ]; then
rm config.cache
fi
./autogen.sh \
--enable-ecore-x \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc \
--enable-ecore-txt \
--enable-ecore-config \
$@

View File

@ -1,6 +0,0 @@
#!/bin/sh
cmake clean distclean
rm config.cache
./configure \
$@