From: Kay Sievers Date: Mon, 9 Jan 2012 22:17:56 +0000 (+0100) Subject: autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works X-Git-Tag: 176~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c59d1e45bd50ab36e2ac09f0c4b36d38821f20f5 autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works --- diff --git a/autogen.sh b/autogen.sh index 582a8a3af..d32f41df9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh set -e @@ -28,9 +28,9 @@ args="\ --enable-gtk-doc" echo -echo "---------------------------------------------------------------------" -echo "Initialized udev build system. For a common configuration please run:" -echo "---------------------------------------------------------------------" +echo "----------------------------------------------------------------" +echo "Initialized build system. For a common configuration please run:" +echo "----------------------------------------------------------------" echo -echo "# ./configure $args" +echo "./configure CFLAGS='-g -O0' $args" echo