summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-11-08 22:54:40 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-11-08 22:54:40 +0000
commitab54d900e8884a90129c629a592dbd9f0cdad36b (patch)
treed3ada05f637dc4125e5607d651ddc92e77a33bd3 /Makefile.am
parent8e9318ef30f626a592428c4de92d7f6b96dd6d30 (diff)
downloadgrep-ab54d900e8884a90129c629a592dbd9f0cdad36b.tar.gz
update
use our own instead of default. now don't rely on matcher = argv[0] set explicitly at compilation. * src/grep.c: The Matcher is not set to argv[0] but explicitly by a #define MATCHER at compile time default is "grep".
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e369f921..a9924eb3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to create Makefile.in
AUTOMAKE_OPTIONS = no-dependencies
+ACLOCAL_AMFLAGS = --acdir=m4
SUBDIRS = intl po src tests
EXTRA_DIST = TODO README \