From: Paul Eggert Date: Sat, 5 Feb 2005 08:28:35 +0000 (+0000) Subject: * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg. X-Git-Tag: AUTOCONF-2.59c~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecfe7cb80ef4ba4d3f58333a343f69d8ec9a4e24;p=thirdparty%2Fautoconf.git * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg. * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING): Likewise. * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS): Likewise. --- diff --git a/tests/foreign.at b/tests/foreign.at index 3f4493b52..4bf25969f 100644 --- a/tests/foreign.at +++ b/tests/foreign.at @@ -2,7 +2,8 @@ AT_BANNER([Compatibility with other tools.]) -# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software +# Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +25,7 @@ AT_BANNER([Compatibility with other tools.]) ## Libtool. ## ## --------- ## -AT_SETUP([[Libtool]]) +AT_SETUP([Libtool]) # Skip this test if there is no libtoolize. AT_CHECK([libtoolize --version || exit 77], diff --git a/tests/m4sh.at b/tests/m4sh.at index 7db6a7016..646f5ffb4 100644 --- a/tests/m4sh.at +++ b/tests/m4sh.at @@ -2,7 +2,8 @@ AT_BANNER([M4sh.]) -# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software +# Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -99,7 +100,7 @@ AT_CLEANUP ## ------------ ## # Build nested dirs. -AT_SETUP([[AS@&t@_DIRNAME]]) +AT_SETUP([AS@&t@_DIRNAME]) AT_DATA_M4SH([script.as], [[AS_INIT @@ -160,7 +161,7 @@ AT_CLEANUP ## ------------- ## # Build nested dirs. -AT_SETUP([[AS@&t@_BASENAME]]) +AT_SETUP([AS@&t@_BASENAME]) AT_DATA_M4SH([script.as], [[AS_INIT @@ -217,7 +218,7 @@ AT_CLEANUP ## ------------ ## # Build nested dirs. -AT_SETUP([[AS@&t@_MKDIR_P]]) +AT_SETUP([AS@&t@_MKDIR_P]) AT_DATA_M4SH([script.as], [[AS_INIT @@ -401,7 +402,7 @@ AT_CLEANUP # I'm not totally certain that we want to enforce the defaults here, # but at least it is being tested. -AT_SETUP([[AS@&t@_HELP_STRING]]) +AT_SETUP([AS@&t@_HELP_STRING]) AT_DATA_M4SH([script.as], [[AS_INIT diff --git a/tests/semantics.at b/tests/semantics.at index e2b576733..b71f74b18 100644 --- a/tests/semantics.at +++ b/tests/semantics.at @@ -456,7 +456,7 @@ AT_CLEANUP(path) ## AC_C_BIGENDIAN. ## ## ---------------- ## -AT_SETUP([[AC_C_BIGENDIAN]]) +AT_SETUP([AC_C_BIGENDIAN]) AT_KEYWORDS([cross]) # Make sure that AC_C_BIGENDIAN behave the same whether we are @@ -493,7 +493,7 @@ AT_CLEANUP(at-endian) # AC_PATH_PROG & AC_PATH_PROGS. # # ------------------------------ # -AT_SETUP([[AC_PATH_PROG & AC_PATH_PROGS]]) +AT_SETUP([AC_PATH_PROG & AC_PATH_PROGS]) AT_CHECK_PROGS_PREPARE