summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
commitdbeac73f76c854ecf1b73740cbd500ae35b47039 (patch)
tree1f4fb52dc5e816fdcb99eae71f2629220fbe1140 /bin
parenta1e8f68499017845b93c6becd8b11b63629bba04 (diff)
downloadATCD-dbeac73f76c854ecf1b73740cbd500ae35b47039.tar.gz
Replaced __TEXT with ACE_TEXT
Diffstat (limited to 'bin')
-rwxr-xr-xbin/auto_ptr.perl8
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/auto_ptr.perl b/bin/auto_ptr.perl
index 01d1cb5e754..b2a161acc5e 100755
--- a/bin/auto_ptr.perl
+++ b/bin/auto_ptr.perl
@@ -1,14 +1,12 @@
-#!/pkg/gnu/bin/perl -pi
+#!/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,
+# And if your perl installation isn't in /pkg/gnu/bin/perl,
# please make the change accordingly
#
#
-s/auto_basic_ptr/ACE_Auto_Basic_Ptr/g;
-s/auto_basic_array_ptr/ACE_Auto_Basic_Array_Ptr/g;
-s/auto_array_ptr/ACE_Auto_Array_Ptr/g;
+s/__TEXT/ACE_TEXT/g;