SVN revision: 79165devs/princeamd/enlightenment-0.17-elive
parent
2603f3d7a1
commit
12a2eacfb3
1 changed files with 4 additions and 1 deletions
@ -1,7 +1,10 @@ |
||||
#!/bin/sh |
||||
|
||||
rm -rf autom4te.cache |
||||
rm -f aclocal.m4 ltmain.sh config.cache |
||||
|
||||
autoreconf --symlink --install |
||||
|
||||
if [ -z "$NOCONFIGURE" ]; then |
||||
exec ./configure -C "$@" |
||||
exec ./configure -C "$@" |
||||
fi |
||||
|
Loading…
Reference in new issue