summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-12-02 01:10:59 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-12-02 01:10:59 +0000
commit03a2e0e0d3cdb781a933c5cd18f8b4536b2320dd (patch)
tree20bfa3647f70d510adcc47fcaf798fa51c188bef /m4
parent79e6156895a557d5114e1fe473e9b27a4dd5bac6 (diff)
downloadgrep-03a2e0e0d3cdb781a933c5cd18f8b4536b2320dd.tar.gz
supply the patch to autoconf in the distribution.
let have djgpp directory be more dependent let m4 have Makefile.am let vms have Makefile.am * 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/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644
index 00000000..4b1751dc
--- /dev/null
+++ b/m4/Makefile.am
@@ -0,0 +1,14 @@
+## Process this file with automake to create Makefile.in
+AUTOMAKE_OPTIONS = no-dependencies
+
+ACLOCAL_AMFLAGS = --acdir=m4
+
+EXTRA_DIST = gettext.m4 \
+ header.m4 \
+ init.m4 \
+ install.m4 \
+ lcmessage.m4 \
+ lfs.m4 \
+ missing.m4 \
+ progtest.m4 \
+ sanity.m4