[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: quote AC_DEFUN in unused.test
From: |
Alexandre Duret-Lutz |
Subject: |
FYI: quote AC_DEFUN in unused.test |
Date: |
Sat, 06 Sep 2003 18:26:41 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
Installed on HEAD.
2003-09-06 Alexandre Duret-Lutz <address@hidden>
* tests/unused.test: Quote AC_DEFUN arguments.
Index: tests/unused.test
===================================================================
RCS file: /cvs/automake/automake/tests/unused.test,v
retrieving revision 1.2
diff -u -r1.2 unused.test
--- tests/unused.test 8 Sep 2002 13:07:56 -0000 1.2
+++ tests/unused.test 6 Sep 2003 16:24:49 -0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -28,9 +28,9 @@
END
cat > acinclude.m4 << 'END'
-AC_DEFUN(MACRO_1, echo 1)
-AC_DEFUN(MACRO_1_2, echo 12)
-AC_DEFUN(MACRO_1_2_3, echo 123)
+AC_DEFUN([MACRO_1], echo 1)
+AC_DEFUN([MACRO_1_2], echo 12)
+AC_DEFUN([MACRO_1_2_3], echo 123)
END
$ACLOCAL 2> output || exit 1
--
Alexandre Duret-Lutz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: quote AC_DEFUN in unused.test,
Alexandre Duret-Lutz <=