diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index f47e024b..00000000 --- a/autogen.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -ACLOCAL=aclocal-1.14 -AUTOMAKE=automake-1.14 - -$ACLOCAL -I ac \ - && libtoolize --force --copy \ - && autoheader \ - && $AUTOMAKE --add-missing --foreign --copy \ - && autoconf \ - && ./configure $@ |