2001-02-10 Tim Van Holder <[EMAIL PROTECTED]> * m4/sanity.m4: Quote AC_MSG_RESULT's argument. Index: m4/sanity.m4 =================================================================== RCS file: /cvs/automake/m4/sanity.m4,v retrieving revision 1.11 diff -u -r1.11 sanity.m4 --- m4/sanity.m4 2001/01/25 15:50:36 1.11 +++ m4/sanity.m4 2001/02/10 21:25:16 @@ -43,4 +43,4 @@ Check your system clock]) fi rm -f conftest* -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes])])
- Re: Patch 4 of 4: Minor typo Tim Van Holder
- Re: Patch 4 of 4: Minor typo Tom Tromey
- Re: Patch 4 of 4: Minor typo Tim Van Holder
- Re: Patch 4 of 4: Minor typo Akim Demaille