]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Libtool): Create an empty aclocal.m4, to
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Mar 2004 07:52:37 +0000 (07:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Mar 2004 07:52:37 +0000 (07:52 +0000)
pacify libtool 1.5.2.  Fix quoting problems in sed command.

tests/foreign.at

index 11fe75d3be33721ff4e9b1e87a468020661b490b..3f4493b52bfc51ab188277213447f82e7624f168 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Compatibility with other tools.])
 
-# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004 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
@@ -49,7 +49,7 @@ AC_CONFIG_AUX_DIR(.)
 AC_PROG_LIBTOOL
 ]])
 # Some libtoolize complain if you don't have an aclocal.m4.
-AT_CHECK([echo '# generated automatically by aclocal' > aclocal.m4])
+AT_CHECK([touch aclocal.m4])
 AT_CHECK([libtoolize], 0, [stdout], ignore)
 
 # Some broken libtoolize fail to install a functional config.guess.
@@ -58,7 +58,7 @@ AT_CHECK([./config.guess || exit 77], [], [ignore], [ignore])
 # Make sure at-path contains something valid, and let the test suite
 # display it when verbose.  And fail, skipping would too easily hide
 # problems.
-AT_CHECK([sed -n ["s,^.*\`\(/[^']*\)'.*,\1,p"] stdout], 0, [stdout])
+AT_CHECK([sed -n ["s,^.*\`\\(/[^']*\\)'.*,\\1,p"] stdout], 0, [stdout])
 AT_CHECK([test -f "`cat stdout`"])
 
 # libtoolize installed everything but install-sh...