summaryrefslogtreecommitdiffstats
path: root/config/commence.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/commence.in')
-rw-r--r--config/commence.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in
index 7b41932..8b33182 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -12,7 +12,7 @@
# Programs
SHELL=/bin/sh
CC=@CC@
-CFLAGS=@CFLAGS@
+CFLAGS=-D_POSIX_SOURCE @CFLAGS@
CPPFLAGS=@CPPFLAGS@
LIBS=@LIBS@
AR=@AR@
@@ -23,6 +23,7 @@ INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
INSTALL_DATA=@INSTALL_DATA@
RUNTEST=@RUNTEST@
+TRACE=:
# Installation points
ROOT=@ROOT@