summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSimon Howard2009-09-11 21:56:47 +0000
committerSimon Howard2009-09-11 21:56:47 +0000
commit10da45b90cba29506c142982e76abc35c39d5d26 (patch)
tree7c95af53cd726f06d1aee1158caa6d7d69b85a87 /acinclude.m4
parentbe3bba2a1cf9551778683e25f61bffc7c187f93c (diff)
downloadchocolate-doom-10da45b90cba29506c142982e76abc35c39d5d26.tar.gz
chocolate-doom-10da45b90cba29506c142982e76abc35c39d5d26.tar.bz2
chocolate-doom-10da45b90cba29506c142982e76abc35c39d5d26.zip
Add (lack of) copyright notice for SDL workaround.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1665
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ac54f4b9..ed7e4d31 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,9 @@
+dnl
+dnl SDL workaround autoconf macros, by Simon Howard.
+dnl I release the contents of this file to the public domain.
+dnl
+
dnl Macro to check if autoconf's compile tests have been broken by
dnl SDL. Tries to build the simplest possible program, and if it
dnl fails, calls the given block.