chiark / gitweb /
job: report the status of first half of JOB_RESTART the same as JOB_STOP
[elogind.git] / autogen.sh
index d27b5c676420bf43cd6abc621c8847527ba9a79e..be88a8d6f37496485c23abb49c9423ed594f683c 100755 (executable)
@@ -51,16 +51,14 @@ args="$args \
 "
 fi
 
-if [ "x$1" != "xc" ]; then
-    echo
-    echo "----------------------------------------------------------------"
-    echo "Initialized build system. For a common configuration please run:"
-    echo "----------------------------------------------------------------"
-    echo
-    echo "./configure CFLAGS='-g -O0' $args"
-    echo
-else
-    echo ./configure CFLAGS='-g -O0' $args
-    ./configure CFLAGS='-g -O0' $args
+echo
+echo "----------------------------------------------------------------"
+echo "Initialized build system. For a common configuration please run:"
+echo "----------------------------------------------------------------"
+echo
+echo "./configure CFLAGS='-g -O0 -Wp,-U_FORTIFY_SOURCE' $args"
+echo
+if [ "x$1" == "xc" ]; then
+    ./configure CFLAGS='-g -O0 -Wp,-U_FORTIFY_SOURCE' $args
     make clean
 fi