X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=d32f41df9be0b1e1ed8fb43629abbdfcdf294c27;hp=582a8a3af495bc6c17d0949cfff141f9eddbad0b;hb=c59d1e45bd50ab36e2ac09f0c4b36d38821f20f5;hpb=6a6b254354ecb71e67be5fdb87e869adf075c6f6 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