From 21e14d36f127b27d445ff11223a0eff7b63d815b Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 11 Jan 2012 17:54:05 -0200 Subject: [PATCH] autogen.sh: configure with 3-clicks + paste --- autogen.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 <