summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-12-02 01:08:35 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-12-02 01:08:35 +0000
commit79e6156895a557d5114e1fe473e9b27a4dd5bac6 (patch)
tree1b2bfdd240e20cdd23e1cf593092a7644dd79f9b /m4
parent1c29b0bffb85fea9fcd985240c857c3b791a9f70 (diff)
downloadgrep-79e6156895a557d5114e1fe473e9b27a4dd5bac6.tar.gz
updated TOD and Makefile.am
protect [] when declaring [A-z] from m4. get rid of obsolete default matcher. * src/grep.c : Typo s/infalid/invalid/ Also noted by Stanislav Brabec. * doc/grep.texi: I found and corrected several typos. I believe the GNU standards require the section that describes the options to the programs to be called ``Invoking'' or ``Invoking <program-name>''. This is so users and programs can easily find that node in any Info file. So I changed the name of the `Options' chapter to `Invoking', and corrected the cross-references accordingly. I added some markup to things like file names and options. I added some additional index entries where that seemed useful. I also corrected some index entries, such as "@cindex [:alnum:]", which used a colon in them (the colons confuse Info readers). * grep/doc/grep.texi : -h is not use for help. Nit spotted by Jim Meyering. * grep-2.2d release for beta.
Diffstat (limited to 'm4')
-rw-r--r--m4/progtest.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/progtest.m4 b/m4/progtest.m4
index fbc62ccc..604e553f 100644
--- a/m4/progtest.m4
+++ b/m4/progtest.m4
@@ -17,7 +17,9 @@ set dummy $2; ac_word=[$]2
AC_MSG_CHECKING([for $ac_word])
AC_CACHE_VAL(ac_cv_path_$1,
[case "[$]$1" in
- /*|[A-Z]:/*)
+changequote(, )dnl
+ /*|[A-z]:/*)
+changequote([, ])dnl
ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
;;
*)