]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2005 08:28:35 +0000 (08:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2005 08:28:35 +0000 (08:28 +0000)
* 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.

tests/foreign.at
tests/m4sh.at
tests/semantics.at

index 3f4493b52bfc51ab188277213447f82e7624f168..4bf25969ffe8e526323ecb9061ce3df6e127764a 100644 (file)
@@ -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],
index 7db6a70164f02645fde09dc3fca5697c94570319..646f5ffb411568bfab213dac64374b517f0c4059 100644 (file)
@@ -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
index e2b576733352b8437ee59d49aec141caff9339f8..b71f74b180a8d9660cd88335aebbb74fea7d7e18 100644 (file)
@@ -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