commit 10da45b90cba29506c142982e76abc35c39d5d26
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Sep 11 21:56:47 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Fri Sep 11 21:56:47 2009 +0000
Add (lack of) copyright notice for SDL workaround.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1665
---
acinclude.m4 | 5 +++++
1 file changed, 5 insertions(+)
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.