diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 093f8a4..0000000 --- a/autogen.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -libtoolize --force --copy \ -&& aclocal -I m4 --force \ -&& autoheader --force \ -&& automake --add-missing --copy --force \ -&& autoconf --force |