summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-23 20:04:29 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-23 20:04:29 -0700
commitace1676b0630dfe739c3bd712ed2b6e46bdb52f1 (patch)
tree6346431b2761893d12dec8e1a7599adb2dc51e18
parent556918e21fbb67131d979b04f29a0b59fcd87575 (diff)
Update ac_define_dir.m4 to 2008-04-12 version
-rw-r--r--acinclude.m442
1 files changed, 34 insertions, 8 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3d562d4..db42d3e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,9 +1,35 @@
-# Copyright © 2006 Stepan Kasal <kasal@ucw.cz>
-# Copyright © 2006 Andreas Schwab <schwab@suse.de>
-# Copyright © 2006 Guido U. Draheim <guidod@gmx.de>
-# Copyright © 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.
+# ===========================================================================
+# 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
+#
+# 2008-04-12
+#
+# COPYLEFT
+#
+# Copyright (c) 2008 Stepan Kasal <kasal@ucw.cz>
+# Copyright (c) 2008 Andreas Schwab <schwab@suse.de>
+# Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de>
+# Copyright (c) 2008 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.