From: Lucas De Marchi Date: Wed, 11 Jan 2012 19:54:05 +0000 (-0200) Subject: autogen.sh: configure with 3-clicks + paste X-Git-Tag: v4~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21e14d36f127b27d445ff11223a0eff7b63d815b;p=thirdparty%2Fkmod.git autogen.sh: configure with 3-clicks + paste --- diff --git a/autogen.sh b/autogen.sh index 7652d252..6c73d4e2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,19 +11,19 @@ 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 +hackargs="--enable-debug --with-xz --with-zlib" + +cat <