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