summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-07-25 17:45:15 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-07-25 17:45:15 -0700
commit290f0b9115428dab0cbf2880d154468c557b3e7e (patch)
treeb0b0b4656f5fb2b6c265a289ae6432e96a7d517c
parentd4bc7dc0dea218cea380aba972f10f60dc1e86ac (diff)
downloadxorg-lib-libXpm-290f0b9115428dab0cbf2880d154468c557b3e7e.tar.gz
Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4
-rw-r--r--acinclude.m434
1 files changed, 33 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4c60e33..f3d8734 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,36 @@
-# AC_DEFINE_DIR macro from autoconf-archive.cryp.to
+##### 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@ucw.cz>
+# Copyright (c) 2006 Andreas Schwab <schwab@suse.de>
+# Copyright (c) 2006 Guido U. Draheim <guidod@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=