aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-09 23:17:56 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-09 23:17:56 +0100
commitc59d1e45bd50ab36e2ac09f0c4b36d38821f20f5 (patch)
tree349a979b3cb1306e2f24269ce810c8d2977d8c62 /autogen.sh
parent6a6b254354ecb71e67be5fdb87e869adf075c6f6 (diff)
downloadudev-c59d1e45bd50ab36e2ac09f0c4b36d38821f20f5.tar.gz
autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 582a8a3a..d32f41df 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