diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-09 23:17:56 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-09 23:17:56 +0100 |
commit | c59d1e45bd50ab36e2ac09f0c4b36d38821f20f5 (patch) | |
tree | 349a979b3cb1306e2f24269ce810c8d2977d8c62 /autogen.sh | |
parent | 6a6b254354ecb71e67be5fdb87e869adf075c6f6 (diff) |
autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh index 582a8a3af4..d32f41df9b 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 |