diff --git a/.gitignore b/.gitignore index c90fd25..5ffae3d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ *.deps *.dirstamp .libs +depcomp +compile +install-sh aclocal.m4 autom4te.cache/ config.log diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..9c99763 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,2 @@ +#!/bin/sh +aclocal && autoconf && libtoolize && automake --add-missing diff --git a/compile b/compile deleted file mode 120000 index b6af400..0000000 --- a/compile +++ /dev/null @@ -1 +0,0 @@ -/usr/share/automake-1.16/compile \ No newline at end of file diff --git a/depcomp b/depcomp deleted file mode 120000 index 4ed246b..0000000 --- a/depcomp +++ /dev/null @@ -1 +0,0 @@ -/usr/share/automake-1.16/depcomp \ No newline at end of file diff --git a/install-sh b/install-sh deleted file mode 120000 index ae5e89b..0000000 --- a/install-sh +++ /dev/null @@ -1 +0,0 @@ -/usr/share/automake-1.16/install-sh \ No newline at end of file