Skip to content

Commit

Permalink
autogen.sh: remove all autoconf/automake caches, if any
Browse files Browse the repository at this point in the history
Otherwise if you for example share root of libevent repository with some
vm (for example windows+cygwin) then if you try to build with configure
on host, and then on guest it will fail, so let's just ignore this since
autogen.sh is just for this -- cleaning all stuff.
  • Loading branch information
azat committed Oct 31, 2016
1 parent 3453c08 commit 69cce25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autogen.sh
@@ -1,4 +1,7 @@
#!/bin/sh

make maintainer-clean >/dev/null 2>/dev/null

if [ -x "`which autoreconf 2>/dev/null`" ] ; then
exec autoreconf -ivf
fi
Expand Down

0 comments on commit 69cce25

Please sign in to comment.