chiark / gitweb /
autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 9 Jan 2012 22:17:56 +0000 (23:17 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 9 Jan 2012 22:17:56 +0000 (23:17 +0100)
autogen.sh

index 582a8a3af495bc6c17d0949cfff141f9eddbad0b..d32f41df9be0b1e1ed8fb43629abbdfcdf294c27 100755 (executable)
@@ -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