summaryrefslogtreecommitdiff
path: root/m4/ax_check_define.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-04-26 21:31:52 +0200
committerPeter Simons <simons@cryp.to>2009-04-26 21:31:52 +0200
commit21db849630dd89e93dcf57a84269a2bd68b16e1c (patch)
tree97e1b91396077c6e1b7e1f042f76e1b67870eeeb /m4/ax_check_define.m4
parent5d98f0f25f5fd9fa3f7eba22dddbaf709d3d0497 (diff)
downloadautoconf-archive-21db849630dd89e93dcf57a84269a2bd68b16e1c.tar.gz
ALL: consistency edits (see NEWS)
* Consistently refer to this project as Autoconf Archive. * Removed the LAST MODIFICATION section, because that information is redundant in the presence of Git. * COPYLEFT has been renamed to LICENSE: some licenses, like all-permissive, are no copylefts.
Diffstat (limited to 'm4/ax_check_define.m4')
-rw-r--r--m4/ax_check_define.m412
1 files changed, 4 insertions, 8 deletions
diff --git a/m4/ax_check_define.m4 b/m4/ax_check_define.m4
index 526edf7..b56a9a8 100644
--- a/m4/ax_check_define.m4
+++ b/m4/ax_check_define.m4
@@ -14,11 +14,7 @@
#
# AC_CHECK_DEFINE(__STRICT_ANSI__, CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500")
#
-# LAST MODIFICATION
-#
-# 2008-04-12
-#
-# COPYLEFT
+# LICENSE
#
# Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de>
#
@@ -44,9 +40,9 @@
# all other use of the material that constitutes the Autoconf Macro.
#
# This special exception to the GPL applies to versions of the Autoconf
-# Macro released by the Autoconf Macro Archive. When you make and
-# distribute a modified version of the Autoconf Macro, you may extend this
-# special exception to the GPL to apply to your modified version as well.
+# Macro released by the Autoconf Archive. When you make and distribute a
+# modified version of the Autoconf Macro, you may extend this special
+# exception to the GPL to apply to your modified version as well.
AC_DEFUN([AC_CHECK_DEFINED],[
AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$1])dnl