* m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in
authorAkim Demaille <akim@epita.fr>
Wed, 7 Nov 2001 18:08:14 +0000 (18:08 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 7 Nov 2001 18:08:14 +0000 (18:08 +0000)
AC_MSG_ERROR.
Reported by Jim Meyering.

ChangeLog
m4/init.m4

index b684dbb..07c9887 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-07  Akim Demaille  <akim@epita.fr>
+
+       * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in
+       AC_MSG_ERROR.
+       Reported by Jim Meyering.
+
 2001-11-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/am/distdir.am (am__remove_distdir): Define in topdir only.
index 0e859bf..6e048f5 100644 (file)
@@ -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.