]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - autogen.sh
shared: add STRINGFY macro
[thirdparty/kmod.git] / autogen.sh
deleted file mode 100755 (executable)
index 7652d2523613d558bbf23383996533debf6ee3eb..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh -e
-
-gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
-autoreconf --install --symlink
-
-libdir() {
-       echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
-}
-
-args="--prefix=/usr \
---sysconfdir=/etc \
---libdir=$(libdir /usr/lib)"
-
-echo
-echo "----------------------------------------------------------------"
-echo "Initialized build system. For a common configuration please run:"
-echo "----------------------------------------------------------------"
-echo
-echo "# ./configure CFLAGS='-g -O2' \\"
-echo "         $args"
-echo
-
-echo "If you are debugging or hacking on kmod, consider configuring"
-echo "like below:"
-echo
-echo "# ./configure CFLAGS='-g -O2 -Werror' \\"
-echo "         $args \\"
-echo "         --enable-debug"
-echo
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..ac7bcbbf37b1b7f6e3ac6402a29f844f6de1ca43
--- /dev/null
@@ -0,0 +1 @@
+bootstrap
\ No newline at end of file