This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
asterisk
Watch
1
Star
0
Fork
0
You've already forked asterisk
mirror of
https://github.com/asterisk/asterisk.git
synced
2025-09-05 12:16:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7b230ded04067df36bc7ce89937637bcb0617803
asterisk
/
build_tools
/
get_moduleinfo
4 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-24 17:11:45 +00:00
/\/\*\*\* MODULEINFO/ {printit=1; next}
fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-02-09 23:51:29 +00:00
/\*\*\*\// {if (printit) exit}
Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-24 17:11:45 +00:00
// {if (printit) print}
Reference in New Issue
Copy Permalink