OSDN Git Service

Add acinclude.m4 that I forgot to check in.
authorChris Larson <clarson@kergoth.com>
Sat, 26 Feb 2005 09:00:07 +0000 (02:00 -0700)
committerChris Larson <clarson@kergoth.com>
Sat, 26 Feb 2005 09:00:07 +0000 (02:00 -0700)
acinclude.m4 [new file with mode: 0644]

diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644 (file)
index 0000000..95d9c90
--- /dev/null
@@ -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