diff options
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,7 +3,9 @@ set -e set -x -aclocal -autoheader -autoconf -automake --foreign --add-missing --force-missing --copy +if ! autoreconf -fi; then + aclocal + autoheader + autoconf + automake --foreign --add-missing --force-missing --copy +fi |