summaryrefslogtreecommitdiff
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
parente5706fe17bd387195d70fb33699d4376551c316f (diff)
2004-03-25 Marcus Brinkmann <marcus@gnu.org>
* acinclude.m4: Quote the macro name.
-rw-r--r--ChangeLog4
-rw-r--r--acinclude.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cc6425..0582a80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-25 Marcus Brinkmann <marcus@gnu.org>
+
+ * acinclude.m4: Quote the macro name.
+
2004-03-22 Marcus Brinkmann <marcus@gnu.org>
* configure.ac: Add include for hurd/headers.m4.
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@:>@]),