xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jul 25 17:44:50 PDT 2007


 acinclude.m4 |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+)

New commits:
diff-tree 276f8e2ca42eec982d16b86d67217d68ff98f81d (from eba2be448bdd298ff2f7b8603bd9e976da1fdf72)
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jul 25 17:42:23 2007 -0700

    Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4

diff --git a/acinclude.m4 b/acinclude.m4
index 2031432..f3d8734 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,3 +1,36 @@
+##### http://autoconf-archive.cryp.to/ac_define_dir.html
+#
+# SYNOPSIS
+#
+#   AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
+#
+# DESCRIPTION
+#
+#   This macro sets VARNAME to the expansion of the DIR variable,
+#   taking care of fixing up ${prefix} and such.
+#
+#   VARNAME is then offered as both an output variable and a C
+#   preprocessor symbol.
+#
+#   Example:
+#
+#      AC_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.])
+#
+# LAST MODIFICATION
+#
+#   2006-10-13
+#
+# COPYLEFT
+#
+#   Copyright (c) 2006 Stepan Kasal <kasal at ucw.cz>
+#   Copyright (c) 2006 Andreas Schwab <schwab at suse.de>
+#   Copyright (c) 2006 Guido U. Draheim <guidod at gmx.de>
+#   Copyright (c) 2006 Alexandre Oliva
+#
+#   Copying and distribution of this file, with or without
+#   modification, are permitted in any medium without royalty provided
+#   the copyright notice and this notice are preserved.
+
 AC_DEFUN([AC_DEFINE_DIR], [
   prefix_NONE=
   exec_prefix_NONE=


More information about the xorg-commit mailing list