lets remove cache files on autogen.

SVN revision: 79166
devs/devilhorns/wayland_egl
Carsten Haitzler 11 years ago
parent 235e333928
commit 4acb015724
  1. 4
      autogen.sh

@ -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…
Cancel
Save