From: Tom Tromey Date: Thu, 8 Feb 2001 06:32:16 +0000 (+0000) Subject: * m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ". X-Git-Tag: v1.10.2~2252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6171edd6b4a5ed8ddb3b3a7cf133bfe700921d50;p=platform%2Fupstream%2Fautomake.git * m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ". --- diff --git a/ChangeLog b/ChangeLog index 359e565..a0f7f4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-02-07 Tom Tromey + * m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ". + * automake.in (handle_dependencies): Use _am_include, not AMINCLUDE. * tests/exsource.test: Use _am_include, not AMINCLUDE. diff --git a/m4/init.m4 b/m4/init.m4 index 42d54d5..064cf29 100644 --- a/m4/init.m4 +++ b/m4/init.m4 @@ -35,7 +35,7 @@ AC_DEFUN([AM_INIT_AUTOMAKE], # test to see if srcdir already configured if test "`CDPATH=:; 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.