Let's also include aclocal.m4
[asterisk-bristuff.git] / build_tools / get_moduleinfo
blob92bc7e920389d582f27e4a9c1cd3e76127fb5967
1 /\/\*\*\* MODULEINFO/ {printit=1; next}
2 /\*\*\*\// {if (printit) exit}
3 /.*/ {if (printit) print}