summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-12 18:23:32 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-12 18:23:32 -0200
commite5603189bc6eb1104228025cb3f8f634eb51fc7f (patch)
tree1535558089688c1742629311b631a42d6a5b4177 /autogen.sh
parentd89d7cb46a55fe1fce190adb24efb3676d815918 (diff)
downloadkmod-e5603189bc6eb1104228025cb3f8f634eb51fc7f.tar.gz
build-sys: rename autogen.sh to bootstrap and keep a symlink
Diffstat (limited to 'autogen.sh')
l---------[-rwxr-xr-x]autogen.sh30
1 files changed, 1 insertions, 29 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c73d4e..ac7bcbb 100755..120000
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,29 +1 @@
-#!/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)"
-
-hackargs="--enable-debug --with-xz --with-zlib"
-
-cat <<EOC
-
-----------------------------------------------------------------
-Initialized build system. For a common configuration please run:
-----------------------------------------------------------------
-
-./configure CFLAGS='-g -O2' $args
-
-If you are debugging or hacking on kmod, consider configuring
-like below:
-
-./configure CFLAGS="-g -O2 -Werror" $args $hackargs
-
-EOC
+bootstrap \ No newline at end of file