aboutsummaryrefslogtreecommitdiff
path: root/m4/amdgrep
diff options
context:
space:
mode:
Diffstat (limited to 'm4/amdgrep')
-rwxr-xr-xm4/amdgrep7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/amdgrep b/m4/amdgrep
new file mode 100755
index 000000000000..86dffbf791cf
--- /dev/null
+++ b/m4/amdgrep
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec egrep -n "$*" \
+ [a-z]*/*.[hcyl] \
+ conf/*/*.[hc] \
+ Makefile.am \
+ [a-z]*/Makefile.am \
+ m4/macros/*.m4