#!/usr/bin/env perl use warnings; use strict; my $arch=`uname -m`; chomp $arch; `cp apsymbols.h.$arch apsymbols.h`;