parent
235e333928
commit
4acb015724
1 changed files with 2 additions and 2 deletions
@ -1,10 +1,10 @@ |
||||
#!/bin/sh |
||||
|
||||
rm -rf autom4te.cache |
||||
rm -f aclocal.m4 ltmain.sh |
||||
rm -f aclocal.m4 ltmain.sh config.cache |
||||
|
||||
autoreconf -vif |
||||
|
||||
if [ -z "$NOCONFIGURE" ]; then |
||||
./configure -C "$@" |
||||
exec ./configure -C "$@" |
||||
fi |
||||
|
Loading…
Reference in new issue