summaryrefslogtreecommitdiff
path: root/bin/auto_ptr.perl
blob: b2a161acc5ee7717cb7cec4ec455ab9fa0a2487e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -pi
#
#
# You may want to run the "find" command with this script, which maybe something like this:
#
# find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.C" -o -name "*.cc" -o -name "*.c" -o -name "*.cpp" -o -name "*.hpp" -o -name "*.ipp" \) -print | xargs $ACE_ROOT/bin/auto_ptr.perl
#
# And if your perl installation isn't in /pkg/gnu/bin/perl,
# please make the change accordingly
#
#
s/__TEXT/ACE_TEXT/g;