From 8b3e6696781e0357f4e7f64baae7d4396a5b8c63 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 7 Nov 2001 18:08:13 +0000 Subject: [PATCH] * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in AC_MSG_ERROR. Reported by Jim Meyering. --- ChangeLog | 6 ++++++ m4/init.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b684dbb0..07c98877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-07 Akim Demaille + + * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in + AC_MSG_ERROR. + Reported by Jim Meyering. + 2001-11-07 Alexandre Duret-Lutz * lib/am/distdir.am (am__remove_distdir): Define in topdir only. diff --git a/m4/init.m4 b/m4/init.m4 index 0e859bf5..6e048f5a 100644 --- a/m4/init.m4 +++ b/m4/init.m4 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -# serial 6 +# serial 7 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -42,7 +42,7 @@ AC_DEFUN([AM_INIT_AUTOMAKE], # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first]) + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi # Define the identity of the package. -- 2.43.5