summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authormarcus <marcus>2004-03-25 17:25:44 +0000
committermarcus <marcus>2004-03-25 17:25:44 +0000
commit44fbdc6c212b412188631ce2705003a1b228e994 (patch)
tree2205684bb15d6d834b5c2aea1b80ecc4eb6bb1d2 /acinclude.m4
parente5706fe17bd387195d70fb33699d4376551c316f (diff)
2004-03-25 Marcus Brinkmann <marcus@gnu.org>
* acinclude.m4: Quote the macro name.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b35e542..1e0d3e4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -23,7 +23,7 @@
# For the module MODULE, set the default link address to
# DEFAULT-LINK-ADDRESS, and add an option --with-MODULE-load-address.
-AC_DEFUN(HURD_LOAD_ADDRESS,
+AC_DEFUN([HURD_LOAD_ADDRESS],
[AC_ARG_WITH([$1-loadaddr],
AC_HELP_STRING([--with-$1-loadaddr],
[$1 load address @<:@$2@:>@]),