* m4/init.m4 (AM_INIT_AUTOMAKE): Use \", not ".
authorTom Tromey <tromey@redhat.com>
Thu, 8 Feb 2001 06:32:16 +0000 (06:32 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 8 Feb 2001 06:32:16 +0000 (06:32 +0000)
ChangeLog
m4/init.m4

index 359e565..a0f7f4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-02-07  Tom Tromey  <tromey@redhat.com>
 
+       * 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.
index 42d54d5..064cf29 100644 (file)
@@ -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.