From 8a06740788fdf86b4fcba1399d87263ddac61d0e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 26 Feb 2005 02:00:07 -0700 Subject: [PATCH] Add acinclude.m4 that I forgot to check in. --- acinclude.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 acinclude.m4 diff --git a/acinclude.m4 b/acinclude.m4 new file mode 100644 index 0000000..95d9c90 --- /dev/null +++ b/acinclude.m4 @@ -0,0 +1,11 @@ +# TS_DEFAULT_FLAGS +# ---------- +# Set our default FLAGS variables. +# Remember to call before the AC_PROG_ macros, otherwise those +# defaults will be used instead of ours. +AC_DEFUN([TS_DEFAULT_FLAGS], +[ + if test x"$CFLAGS" = "x"; then + CFLAGS="-O2 -Wall -W" + fi +]) # TS_DEFAULT_FLAGS -- 2.11.0