]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - autogen.sh
testsuite: fix test_array_sort pointers inderection
[thirdparty/kmod.git] / autogen.sh
deleted file mode 100755 (executable)
index 6ba92d8d78a98b6b9818ef4b955039a214676b64..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-autoreconf --install --symlink
-
-MYCFLAGS="-g -O2 -Werror"
-
-libdir() {
-       echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
-}
-
-args="--prefix=/usr \
---sysconfdir=/etc \
---libdir=$(libdir /usr/lib) \
---enable-debug"
-
-if [ -z "$NOCONFIGURE" ]; then
-       exec ./configure $args CFLAGS="${MYCFLAGS} ${CFLAGS}" "$@"
-fi
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..ac7bcbbf37b1b7f6e3ac6402a29f844f6de1ca43
--- /dev/null
@@ -0,0 +1 @@
+bootstrap
\ No newline at end of file