]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - autogen.sh
README: move mailing list information to top
[thirdparty/kmod.git] / autogen.sh
deleted file mode 100755 (executable)
index aa828f74f9ed2fec2b2df4d57b380d7702c60a17..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,17 +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)"
-
-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