automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: \" and Autoconf


From: Akim Demaille
Subject: FYI: \" and Autoconf
Date: 07 Nov 2001 19:04:00 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in
        AC_MSG_ERROR.
        Reported by Jim Meyering.

Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.34
diff -u -u -r1.34 init.m4
--- m4/init.m4 2001/09/27 09:01:05 1.34
+++ m4/init.m4 2001/11/07 18:06:51
@@ -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 @@
 # 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]