Artifact 0f507cab0df3df5c2086f250cfff696a9fbbc256:
- Executable file autogen.sh — part of check-in [073b835f15] at 2016-01-11 14:40:26 on branch trunk — autogen.sh added (user: bernd size: 263)
#!/bin/sh -e test -n "$srcdir" || srcdir=`dirname "$0"` test -n "$srcdir" || srcdir=. libtoolize --force --copy --install || glibtoolize --force --copy --install autoreconf --force --install --verbose "$srcdir" test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"