automake-patches
[Top][All Lists]
Advanced

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

Patch: FYI: PR 304


From: Tom Tromey
Subject: Patch: FYI: PR 304
Date: 17 Mar 2002 16:49:16 -0700

I'm checking this in.  This fixes PR 304.

After we fix a few of the more critical bugs we should probably
release 1.6.1.  I think this bug qualifies as being important enough
to warrant a bug-fix release.

If anybody is planning to check in a major change or something other
than a bug fix, we ought to make a branch before the big change goes in.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * m4/init.m4 (AUTOMAKE, ACLOCAL): Removed extra quotes.
        Fixes PR automake/304.

Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.43
diff -u -r1.43 init.m4
--- m4/init.m4 2002/01/22 18:52:26 1.43
+++ m4/init.m4 2002/03/17 23:15:44
@@ -73,9 +73,9 @@
 # Some tools Automake needs.
 AC_REQUIRE([AM_SANITY_CHECK])dnl
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG(ACLOCAL, "aclocal-${am__api_version}")
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 AM_MISSING_PROG(AUTOCONF, autoconf)
-AM_MISSING_PROG(AUTOMAKE, "automake-${am__api_version}")
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 AM_MISSING_PROG(AUTOHEADER, autoheader)
 AM_MISSING_PROG(MAKEINFO, makeinfo)
 AM_MISSING_PROG(AMTAR, tar)



reply via email to

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