Whee let's just make every library over! And from cvs! And make it work!

SVN revision: 3966
This commit is contained in:
Term 2000-12-09 02:45:43 +00:00
parent 2df9d20f49
commit f99e700cb7
1 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,12 @@ Evas development headers and libraries.
%setup -q
%build
./configure --prefix=%{prefix}
if [ -e ./configure ]
then
./configure --prefix=%{prefix}
else
./autogen.sh --prefix=%{prefix}
fi
make
%install