From: Akim Demaille Date: Wed, 7 Nov 2001 18:08:14 +0000 (+0000) Subject: * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in X-Git-Tag: Release-1-5b~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c8ea4fe865f2765ed36791324fafe47fb15955;p=thirdparty%2Fautomake.git * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in AC_MSG_ERROR. Reported by Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index b684dbb0f..07c988772 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 0e859bf50..6e048f5ab 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.