]> sourceware.org Git - automake.git/commitdiff
* 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 359e565b883c6006d008805387bc1020f8f68e31..a0f7f4e302130945aa0e2808924de68a7e20bd04 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 42d54d5913285f9bfbc68f203e0f85727fd51409..064cf29a327a7bfb1a3329f5325502f29c0e762d 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.
This page took 0.032231 seconds and 5 git commands to generate.