From c59d1e45bd50ab36e2ac09f0c4b36d38821f20f5 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 9 Jan 2012 23:17:56 +0100 Subject: [PATCH] autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works --- autogen.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.30.2