1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works

This commit is contained in:
Kay Sievers 2012-01-09 23:17:56 +01:00
parent 6a6b254354
commit c59d1e45bd

View File

@ -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